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 a4124c5 commit db38438Copy full SHA for db38438
Dockerfile
@@ -17,7 +17,6 @@ FROM alpine:3.18.4
17
# hadolint ignore=DL3018
18
RUN set -ex; \
19
apk add --no-cache shadow; \
20
- deluser www-data; \
21
groupmod -g 333 xfs; \
22
usermod -u 333 -g 333 xfs; \
23
addgroup -g 33 -S www-data; \
0 commit comments