File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ENV RUNTIME_DEPS \
48
48
ENV PHP_INI_DIR /usr/local/etc/php
49
49
50
50
# 82 is the standard uid/gid for "www-data" in Alpine
51
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
51
+ RUN adduser -u 82 -D -H -S -G www-data www-data
52
52
53
53
# https://github.com/docker-library/php/issues/272
54
54
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ ENV RUNTIME_DEPS \
48
48
ENV PHP_INI_DIR /usr/local/etc/php
49
49
50
50
# 82 is the standard uid/gid for "www-data" in Alpine
51
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
51
+ RUN adduser -u 82 -D -H -S -G www-data www-data
52
52
53
53
# https://github.com/docker-library/php/issues/272
54
54
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV RUNTIME_DEPS \
47
47
ENV PHP_INI_DIR /usr/local/etc/php
48
48
49
49
# 82 is the standard uid/gid for "www-data" in Alpine
50
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
50
+ RUN adduser -u 82 -D -H -S -G www-data www-data
51
51
52
52
# https://github.com/docker-library/php/issues/272
53
53
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV RUNTIME_DEPS \
47
47
ENV PHP_INI_DIR /usr/local/etc/php
48
48
49
49
# 82 is the standard uid/gid for "www-data" in Alpine
50
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
50
+ RUN adduser -u 82 -D -H -S -G www-data www-data
51
51
52
52
# https://github.com/docker-library/php/issues/272
53
53
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ENV RUNTIME_DEPS \
51
51
ENV PHP_INI_DIR /usr/local/etc/php
52
52
53
53
# 82 is the standard uid/gid for "www-data" in Alpine
54
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
54
+ RUN adduser -u 82 -D -H -S -G www-data www-data
55
55
56
56
# https://github.com/docker-library/php/issues/272
57
57
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ENV RUNTIME_DEPS \
51
51
ENV PHP_INI_DIR /usr/local/etc/php
52
52
53
53
# 82 is the standard uid/gid for "www-data" in Alpine
54
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
54
+ RUN adduser -u 82 -D -H -S -G www-data www-data
55
55
56
56
# https://github.com/docker-library/php/issues/272
57
57
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ENV RUNTIME_DEPS \
51
51
ENV PHP_INI_DIR /usr/local/etc/php
52
52
53
53
# 82 is the standard uid/gid for "www-data" in Alpine
54
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
54
+ RUN adduser -u 82 -D -H -S -G www-data www-data
55
55
56
56
# https://github.com/docker-library/php/issues/272
57
57
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ ENV RUNTIME_DEPS \
51
51
ENV PHP_INI_DIR /usr/local/etc/php
52
52
53
53
# 82 is the standard uid/gid for "www-data" in Alpine
54
- RUN addgroup -g 82 -S www-data && adduser -u 82 -D -H -S -G www-data www-data
54
+ RUN adduser -u 82 -D -H -S -G www-data www-data
55
55
56
56
# https://github.com/docker-library/php/issues/272
57
57
RUN export CFLAGS="-fstack-protector-strong -fpic -fpie -O2" \
You can’t perform that action at this time.
0 commit comments