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 b08d6b8 commit 89bfa0eCopy full SHA for 89bfa0e
2.6/alpine3.10/Dockerfile
@@ -7,7 +7,7 @@ RUN apk add --no-cache \
7
RUN set -eux; \
8
mkdir -p /usr/local/etc; \
9
{ \
10
- echo 'install: --no-document'; \
+ echo 'install: --no-document'; \
11
echo 'update: --no-document'; \
12
} >> /usr/local/etc/gemrc
13
2.6/alpine3.9/Dockerfile
0 commit comments