Added lftp package for ftp backups
This commit is contained in:
parent
b799f5c5c0
commit
50116fd19f
@ -1,6 +1,6 @@
|
|||||||
from debian
|
from debian
|
||||||
|
|
||||||
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget
|
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y wget lftp
|
||||||
|
|
||||||
RUN TF=`mktemp` &&\
|
RUN TF=`mktemp` &&\
|
||||||
wget "https://hndl.urbackup.org/Client/latest/update/UrBackupUpdateLinux.sh" -O $TF &&\
|
wget "https://hndl.urbackup.org/Client/latest/update/UrBackupUpdateLinux.sh" -O $TF &&\
|
||||||
|
Reference in New Issue
Block a user