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.
2 parents deb5a7b + 9206dee commit 6fb8928Copy full SHA for 6fb8928
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