add util-linux-misc which might be required on alpine linux

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-02-20 10:47:11 +01:00
parent ef4835fcef
commit a8ac8a8c00
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@ FROM alpine:3.17.2
RUN set -ex; \
\
apk add --no-cache \
util-linux-misc \
bash \
borgbackup \
rsync \

View file

@ -28,6 +28,7 @@ WORKDIR /var/www/docker-aio
RUN set -ex; \
apk add --no-cache \
util-linux-misc \
ca-certificates \
wget \
tzdata \