Merge pull request #2032 from nextcloud/enh/2030/add-util-linux-misc

add util-linux-misc which might be required on alpine linux
This commit is contained in:
Simon L 2023-02-23 17:41:46 +01:00 committed by GitHub
commit 6506594155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

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

View file

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