Skip to content

Commit cd2349d

Browse files
committed
Remove old Alpine 3.13 reference from Dockerfile-linux.template
1 parent e897841 commit cd2349d

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
@@ -55,9 +55,6 @@ RUN apk add --no-cache \
5555

5656
# ensure www-data user exists
5757
RUN set -eux; \
58-
{{ if env.alpineVer == "3.13" then ( -}}
59-
addgroup -g 82 -S www-data; \
60-
{{ ) else "" end -}}
6158
adduser -u 82 -D -S -G www-data www-data
6259
# 82 is the standard uid/gid for "www-data" in Alpine
6360
# https://git.alpinelinux.org/aports/tree/main/apache2/apache2.pre-install?h=3.14-stable

0 commit comments

Comments
 (0)