disable gem update for now as version 2.7.1 is broken

This commit is contained in:
Christian Mehlmauer 2017-11-06 07:49:10 +01:00
parent deb5a7b015
commit 9206dee5bb
No known key found for this signature in database
GPG Key ID: DCF54A05D6E62591
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ RUN apk update && \
ncurses-dev \
git \
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
&& gem update --system \
# this currently fails: https://github.com/rubygems/rubygems/issues/2064
# && gem update --system \
&& gem install bundler \
&& bundle install --system $BUNDLER_ARGS \
&& apk del .ruby-builddeps \