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:
committed by
Werner Beroux
parent
e6c67bab2d
commit
002e4b3db1
@@ -6,6 +6,7 @@ RUN set -x \
|
||||
&& apk add --no-cache \
|
||||
ca-certificates \
|
||||
duplicity \
|
||||
lftp \
|
||||
openssh \
|
||||
openssl \
|
||||
py-crypto \
|
||||
|
||||
Reference in New Issue
Block a user