„latest/Dockerfile“ ändern

This commit is contained in:
2019-10-12 06:11:19 +00:00
parent 3bc1d0e0c7
commit 2d8ce07e43

View File

@@ -7,6 +7,7 @@ RUN set -x \
ca-certificates \
duplicity \
lftp \
curl \
openssh \
openssl \
py-crypto \
@@ -34,4 +35,4 @@ VOLUME ["/home/duplicity/.cache/duplicity", "/home/duplicity/.gnupg"]
USER duplicity
CMD ["duplicity"]
CMD ["run.sh"]