diff --git a/Dockerfile.raspbian b/Dockerfile.raspbian index e416c7c..90948af 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 \ + && apt-get install -y duplicity python-setuptools ftp cron \ python-boto python-swiftclient python-pexpect openssh-client \ && rm -rf /var/apt/lists/* diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 649d031..75d8a53 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 \ + && apt-get install -y duplicity python-setuptools ftp \ python-boto python-swiftclient python-pexpect openssh-client \ && rm -rf /var/apt/lists/*