diff --git a/Containers/borgbackup/Dockerfile b/Containers/borgbackup/Dockerfile index 96b9ebcd..7ef02e71 100644 --- a/Containers/borgbackup/Dockerfile +++ b/Containers/borgbackup/Dockerfile @@ -3,6 +3,7 @@ FROM alpine:3.17.2 RUN set -ex; \ \ apk add --no-cache \ + util-linux-misc \ bash \ borgbackup \ rsync \ diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index 2c5f4994..a779adb2 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -28,6 +28,7 @@ WORKDIR /var/www/docker-aio RUN set -ex; \ apk add --no-cache \ + util-linux-misc \ ca-certificates \ wget \ tzdata \