Skip to content

Commit 6a98330

Browse files
committed
Remove old Alpine 3.13 reference from Dockerfile-linux.template
1 parent ed7eb33 commit 6a98330

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile-linux.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ RUN apk add --no-cache \
6060

6161
# ensure www-data user exists
6262
RUN set -eux; \
63-
{{ if env.alpineVer == "3.13" then ( -}}
64-
addgroup -g 82 -S www-data; \
65-
{{ ) else "" end -}}
6663
adduser -u 82 -D -S -G www-data www-data
6764
# 82 is the standard uid/gid for "www-data" in Alpine
6865
# https://git.alpinelinux.org/aports/tree/main/apache2/apache2.pre-install?h=3.14-stable

0 commit comments

Comments
 (0)