Skip to content

Commit 701cea4

Browse files
committed
add proxy auth #fix3
1 parent 7035408 commit 701cea4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ RUN apk --no-cache add \
3131
&& apk del .gettext \
3232
&& mv /tmp/envsubst /usr/local/bin/ \
3333
# Remove alpine cache \
34-
&& rm -rf /var/cache/apk/* \
34+
&& rm -rf /var/cache/apk/*
35+
# \
3536
# Make sure files/folders needed by the processes are accessable when they run under the nobody user \
3637
# && chown -R nobody.nobody /run
3738

0 commit comments

Comments
 (0)