Added lftp package for ftp backups

pull/2/head
mandlm 2020-02-01 21:27:16 +01:00
parent b799f5c5c0
commit 50116fd19f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
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` &&\
wget "https://hndl.urbackup.org/Client/latest/update/UrBackupUpdateLinux.sh" -O $TF &&\