We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7035408 commit 701cea4Copy full SHA for 701cea4
Dockerfile
@@ -31,7 +31,8 @@ RUN apk --no-cache add \
31
&& apk del .gettext \
32
&& mv /tmp/envsubst /usr/local/bin/ \
33
# Remove alpine cache \
34
- && rm -rf /var/cache/apk/* \
+ && rm -rf /var/cache/apk/*
35
+ # \
36
# Make sure files/folders needed by the processes are accessable when they run under the nobody user \
37
# && chown -R nobody.nobody /run
38
0 commit comments