From 681089b3fae0166f8cc90ab0aa2baa3e296b1df7 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Sat, 25 Mar 2023 14:27:00 +0100 Subject: [PATCH] Bump rdiff-backup to 2.2.4 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 943e397..54dfdad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,10 +13,10 @@ LABEL git.author="$GIT_AUTHOR" LABEL git.date="$GIT_DATE" RUN apt-get update \ - && apt-get install openssh-client python3-pip --no-install-recommends -y \ + && apt-get install openssh-client python3-pip python3-setuptools python3-pylibacl python3-pyxattr --no-install-recommends -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* \ - && pip3 install rdiff-backup==2.0.5 + && pip3 install rdiff-backup==2.2.4 COPY *.sh /