From 2682cb0d470a93e79837dd8bd94bb4e8fe61ff51 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Sun, 11 Jul 2021 12:03:36 +0200 Subject: [PATCH] Update rdiff-backup to 2.0.5 --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79f52ee..bde6cfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,9 +13,10 @@ LABEL git.author="$GIT_AUTHOR" LABEL git.date="$GIT_DATE" RUN apt-get update \ - && apt-get install openssh-client rdiff-backup python3-pyxattr python3-pylibacl --no-install-recommends -y \ + && apt-get install openssh-client --no-install-recommends -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* + && pip3 install rdiff-backup=2.0.5 COPY *.sh /