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:
parent
be75db3d52
commit
b08d6b8f9f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue