There was an error while loading. Please reload this page.
1 parent 14ecb69 commit 9de7831Copy full SHA for 9de7831
7.0/Dockerfile
@@ -48,7 +48,6 @@ ENV RUNTIME_DEPS \
48
ENV PHP_INI_DIR /usr/local/etc/php
49
50
# 82 is the standard uid/gid for "www-data" in Alpine
51
-# RUN adduser -u 82 -D -H -S -G www-data www-data
52
RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
53
54
# https://github.com/docker-library/php/issues/272
0 commit comments