From 2d8ce07e4345fcfd07553a6647a7f8c218473231 Mon Sep 17 00:00:00 2001 From: matthias Date: Sat, 12 Oct 2019 06:11:19 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9Elatest/Dockerfile=E2=80=9C=20=C3=A4nde?= =?UTF-8?q?rn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- latest/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 742c0f9..3b1c485 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -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"]