We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb5a7b commit 9206deeCopy full SHA for 9206dee
Dockerfile
@@ -36,7 +36,8 @@ RUN apk update && \
36
ncurses-dev \
37
git \
38
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
39
- && gem update --system \
+ # this currently fails: https://github.com/rubygems/rubygems/issues/2064
40
+ # && gem update --system \
41
&& gem install bundler \
42
&& bundle install --system $BUNDLER_ARGS \
43
&& apk del .ruby-builddeps \
0 commit comments