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 7679083 commit f1db8caCopy full SHA for f1db8ca
Dockerfile
@@ -27,8 +27,8 @@ RUN apk add --no-cache \
27
zlib-dev \
28
ncurses-dev \
29
git \
30
- && echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
31
- && gem update --system \
+ && echo "gem: --no-document" > /etc/gemrc \
+ && gem update --system 3.0.6 \
32
&& bundle install --clean --no-cache --system $BUNDLER_ARGS \
33
# temp fix for https://github.com/bundler/bundler/issues/6680
34
&& rm -rf /usr/local/bundle/cache \
0 commit comments