Added lftp to Dockerfile so the ftp backend is supported (#8)

* Added lftp to Dockerfile so the ftp backend is supported

* Update Dockerfile
This commit is contained in:
Simon Zumbrunnen
2018-01-15 01:18:16 +01:00
committed by Werner Beroux
parent e6c67bab2d
commit 002e4b3db1

View File

@@ -6,6 +6,7 @@ RUN set -x \
&& apk add --no-cache \ && apk add --no-cache \
ca-certificates \ ca-certificates \
duplicity \ duplicity \
lftp \
openssh \ openssh \
openssl \ openssl \
py-crypto \ py-crypto \