1
0
Fork 0
mirror of https://github.com/docker-library/ruby.git synced 2022-11-09 11:41:34 -05:00

Update to 2.5.5, rubygems 3.0.3

This commit is contained in:
Docker Library Bot 2019-07-09 23:03:28 +00:00
parent be75db3d52
commit b08d6b8f9f
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ RUN apk add --no-cache \
RUN set -eux; \ RUN set -eux; \
mkdir -p /usr/local/etc; \ mkdir -p /usr/local/etc; \
{ \ { \
echo 'install: --no-document'; \ echo 'install: --no-document'; \
echo 'update: --no-document'; \ echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc } >> /usr/local/etc/gemrc

View file

@ -7,7 +7,7 @@ RUN apk add --no-cache \
RUN set -eux; \ RUN set -eux; \
mkdir -p /usr/local/etc; \ mkdir -p /usr/local/etc; \
{ \ { \
echo 'install: --no-document'; \ echo 'install: --no-document'; \
echo 'update: --no-document'; \ echo 'update: --no-document'; \
} >> /usr/local/etc/gemrc } >> /usr/local/etc/gemrc