From ff5651b752d66c68a74fc1751ddbceb9e362c424 Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Sun, 11 Jul 2021 12:22:33 +0200 Subject: [PATCH] ein = zuwenig --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 39aca93..943e397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update \ && 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 + && pip3 install rdiff-backup==2.0.5 COPY *.sh /