Skip to content

Commit 6fb8928

Browse files
committed
Land rapid7#9177, fix docker builds
2 parents deb5a7b + 9206dee commit 6fb8928

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN apk update && \
3636
ncurses-dev \
3737
git \
3838
&& echo "gem: --no-ri --no-rdoc" > /etc/gemrc \
39-
&& gem update --system \
39+
# this currently fails: https://github.com/rubygems/rubygems/issues/2064
40+
# && gem update --system \
4041
&& gem install bundler \
4142
&& bundle install --system $BUNDLER_ARGS \
4243
&& apk del .ruby-builddeps \

0 commit comments

Comments
 (0)