Update to Ubuntu 20.04 and rdiff-backup 2.0.x
This commit is contained in:
+5
-2
@@ -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 /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user