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 \
|
&& apk add --no-cache \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
duplicity \
|
duplicity \
|
||||||
|
lftp \
|
||||||
openssh \
|
openssh \
|
||||||
openssl \
|
openssl \
|
||||||
py-crypto \
|
py-crypto \
|
||||||
|
|||||||
Reference in New Issue
Block a user