Add missing dependencies for ftp and cron on arm

This commit is contained in:
ViViDboarder 2017-07-25 21:49:53 -07:00
parent ccd2cb4145
commit b6a775176b
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ MAINTAINER ViViDboarder <vividboarder@gmail.com>
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/*

View File

@ -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/*