Skip to content

Commit 9de7831

Browse files
committed
fix: php 7.0
1 parent 14ecb69 commit 9de7831

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

7.0/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ ENV RUNTIME_DEPS \
4848
ENV PHP_INI_DIR /usr/local/etc/php
4949

5050
# 82 is the standard uid/gid for "www-data" in Alpine
51-
# RUN adduser -u 82 -D -H -S -G www-data www-data
5251
RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
5352

5453
# https://github.com/docker-library/php/issues/272

0 commit comments

Comments
 (0)