python3-pip vergessen

This commit is contained in:
2021-07-11 12:18:32 +02:00
parent a8fd363ba4
commit c93d108948
+1 -1
View File
@@ -13,7 +13,7 @@ LABEL git.author="$GIT_AUTHOR"
LABEL git.date="$GIT_DATE"
RUN apt-get update \
&& apt-get install openssh-client --no-install-recommends -y \
&& apt-get install openssh-client python3-pip --no-install-recommends -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install rdiff-backup=2.0.5