Fehler in RUN korrigiert

This commit is contained in:
2021-07-11 12:05:12 +02:00
parent 2682cb0d47
commit a8fd363ba4
+1 -1
View File
@@ -15,7 +15,7 @@ LABEL git.date="$GIT_DATE"
RUN apt-get update \ RUN apt-get update \
&& apt-get install openssh-client --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 && pip3 install rdiff-backup=2.0.5
COPY *.sh / COPY *.sh /