From b6a775176bc1fa54a23203d59ca61aa107c4fa37 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 25 Jul 2017 21:49:53 -0700 Subject: [PATCH] Add missing dependencies for ftp and cron on arm --- Dockerfile.raspbian | 2 +- Dockerfile.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/*