Added lftp package for ftp backups
This commit is contained in:
parent
b799f5c5c0
commit
50116fd19f
1 changed files with 1 additions and 1 deletions
|
@ -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 &&\
|
||||||
|
|
Loading…
Reference in a new issue