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:
unknown 2014-05-02 16:05:03 -04:00
parent 63b983719f
commit e2eb91c170

View File

@ -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/