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 be75db3 commit b08d6b8Copy full SHA for b08d6b8
2.5/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.5/alpine3.9/Dockerfile
0 commit comments