mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Removed ruby-switch as it is no longer available for Ubuntu:14.04 (see http://askubuntu.com/questions/452243/what-versions-of-ruby-are-supported-in-14-04)
Is it required now that Ruby 2.1 is out?
This commit is contained in:
parent
63b983719f
commit
e2eb91c170
@ -11,7 +11,7 @@ RUN apt-get install -y software-properties-common && \
|
||||
libgdbm-dev libreadline-dev libncurses5-dev libffi-dev \
|
||||
libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev \
|
||||
ruby2.1 ruby2.1-dev && \
|
||||
ruby-switch --set ruby2.0 && gem install --no-ri --no-rdoc bundler && \
|
||||
gem install --no-ri --no-rdoc bundler && \
|
||||
apt-get clean # 20140418
|
||||
|
||||
ADD assets/setup/ /app/setup/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user