From a8ac8a8c0006df6b55853f0d5bf57496897a9617 Mon Sep 17 00:00:00 2001 From: Simon L Date: Mon, 20 Feb 2023 10:47:11 +0100 Subject: [PATCH] add util-linux-misc which might be required on alpine linux Signed-off-by: Simon L --- Containers/borgbackup/Dockerfile | 1 + Containers/mastercontainer/Dockerfile | 1 + 2 files changed, 2 insertions(+) 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 \