Bump rdiff-backup to 2.2.4
This commit is contained in:
+2
-2
@@ -13,10 +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 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 \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& pip3 install rdiff-backup==2.0.5
|
&& pip3 install rdiff-backup==2.2.4
|
||||||
|
|
||||||
COPY *.sh /
|
COPY *.sh /
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user