From 78c41bee62fd31aa3432770de4f01fd87c547d53 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 26 Jul 2017 13:53:07 -0700 Subject: [PATCH] Fix ftp->ncftp --- Dockerfile.raspbian | 2 +- Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian index 90948af..084b596 100644 --- a/Dockerfile.raspbian +++ b/Dockerfile.raspbian @@ -4,7 +4,7 @@ MAINTAINER ViViDboarder RUN [ "cross-build-start" ] RUN apt-get update \ - && apt-get install -y duplicity python-setuptools ftp cron \ + && apt-get install -y duplicity python-setuptools ncftp cron \ python-boto python-swiftclient python-pexpect openssh-client \ && rm -rf /var/apt/lists/* diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 75d8a53..7503c9b 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -5,7 +5,7 @@ RUN apt-get update \ && apt-get install -y software-properties-common python-software-properties \ && add-apt-repository ppa:duplicity-team/ppa \ && apt-get update \ - && apt-get install -y duplicity python-setuptools ftp \ + && apt-get install -y duplicity python-setuptools ncftp \ python-boto python-swiftclient python-pexpect openssh-client \ && rm -rf /var/apt/lists/*