Update to Ubuntu 20.04 and rdiff-backup 2.0.x

This commit is contained in:
2021-07-11 11:58:43 +02:00
parent 8f2c2e6ae1
commit 1266720a8d
+5 -2
View File
@@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:20.04
LABEL maintainer="Vitali Graf <info@vitaligraf.de>"
@@ -12,7 +12,10 @@ LABEL git.branch="$GIT_BRANCH"
LABEL git.author="$GIT_AUTHOR"
LABEL git.date="$GIT_DATE"
RUN apt-get update && apt-get install openssh-client rdiff-backup python-pyxattr python-pylibacl --no-install-recommends -y && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN apt-get update \
&& apt-get install openssh-client rdiff-backup python3-pyxattr python3-pylibacl --no-install-recommends -y \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
COPY *.sh /