Update rdiff-backup to 2.0.5

This commit is contained in:
2021-07-11 12:03:36 +02:00
parent 1266720a8d
commit 2682cb0d47
+2 -1
View File
@@ -13,9 +13,10 @@ LABEL git.author="$GIT_AUTHOR"
LABEL git.date="$GIT_DATE" LABEL git.date="$GIT_DATE"
RUN apt-get update \ 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 \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
&& pip3 install rdiff-backup=2.0.5
COPY *.sh / COPY *.sh /