From 50116fd19ff569895017807863838b43de619491 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 1 Feb 2020 21:27:16 +0100 Subject: [PATCH] Added lftp package for ftp backups --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5243828..c2dc76f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 &&\