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 &&\