From a8fd363ba44398e1f9669136ef81de034377facd Mon Sep 17 00:00:00 2001 From: Vitali Graf Date: Sun, 11 Jul 2021 12:05:12 +0200 Subject: [PATCH] Fehler in RUN korrigiert --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bde6cfa..c05c50e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ LABEL git.date="$GIT_DATE" RUN apt-get update \ && apt-get install openssh-client --no-install-recommends -y \ && apt-get clean \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/* \ && pip3 install rdiff-backup=2.0.5 COPY *.sh /