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 ed7eb33 commit 6a98330Copy full SHA for 6a98330
Dockerfile-linux.template
@@ -60,9 +60,6 @@ RUN apk add --no-cache \
60
61
# ensure www-data user exists
62
RUN set -eux; \
63
-{{ if env.alpineVer == "3.13" then ( -}}
64
- addgroup -g 82 -S www-data; \
65
-{{ ) else "" end -}}
66
adduser -u 82 -D -S -G www-data www-data
67
# 82 is the standard uid/gid for "www-data" in Alpine
68
# https://git.alpinelinux.org/aports/tree/main/apache2/apache2.pre-install?h=3.14-stable
0 commit comments