We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e897841 commit cd2349dCopy full SHA for cd2349d
Dockerfile-linux.template
@@ -55,9 +55,6 @@ RUN apk add --no-cache \
55
56
# ensure www-data user exists
57
RUN set -eux; \
58
-{{ if env.alpineVer == "3.13" then ( -}}
59
- addgroup -g 82 -S www-data; \
60
-{{ ) else "" end -}}
61
adduser -u 82 -D -S -G www-data www-data
62
# 82 is the standard uid/gid for "www-data" in Alpine
63
# https://git.alpinelinux.org/aports/tree/main/apache2/apache2.pre-install?h=3.14-stable
0 commit comments