mirror of
https://github.com/ViViDboarder/docker-restic-cron.git
synced 2024-11-04 20:36:37 +00:00
Add missing dependencies for ftp and cron on arm
This commit is contained in:
parent
ccd2cb4145
commit
b6a775176b
@ -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/*
|
||||
|
||||
|
@ -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/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user