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 888425a0..f9f2914f 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -24,6 +24,7 @@ WORKDIR /var/www/docker-aio RUN set -ex; \ apk add --no-cache \ + util-linux-misc \ ca-certificates \ wget \ tzdata \