mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 02:19:27 +08:00
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:
parent
ef4835fcef
commit
a8ac8a8c00
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
|
@ -28,6 +28,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 \
|
||||||
|
|
Loading…
Reference in a new issue