Skip to content

Commit

Permalink
also add util-linux-misc back
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Oct 2, 2023
1 parent 97e5b66 commit 7f6eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN set -ex; \
addgroup -g 33 -S www-data; \
adduser -u 33 -D -S -G www-data www-data; \
apk del shadow; \
apk add --no-cache tzdata bash bind-tools netcat-openbsd; \
apk add --no-cache tzdata bash bind-tools netcat-openbsd util-linux-misc; \
mkdir /data; \
chown 33:33 -R /data; \
chmod 770 -R /data
Expand Down

0 comments on commit 7f6eb43

Please sign in to comment.