mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-10-31 22:46:30 +00:00
Fix ftp->ncftp
This commit is contained in:
parent
1c90005b96
commit
78c41bee62
@ -4,7 +4,7 @@ MAINTAINER ViViDboarder <vividboarder@gmail.com>
|
|||||||
RUN [ "cross-build-start" ]
|
RUN [ "cross-build-start" ]
|
||||||
|
|
||||||
RUN apt-get update \
|
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 \
|
python-boto python-swiftclient python-pexpect openssh-client \
|
||||||
&& rm -rf /var/apt/lists/*
|
&& rm -rf /var/apt/lists/*
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y software-properties-common python-software-properties \
|
&& apt-get install -y software-properties-common python-software-properties \
|
||||||
&& add-apt-repository ppa:duplicity-team/ppa \
|
&& add-apt-repository ppa:duplicity-team/ppa \
|
||||||
&& apt-get update \
|
&& 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 \
|
python-boto python-swiftclient python-pexpect openssh-client \
|
||||||
&& rm -rf /var/apt/lists/*
|
&& rm -rf /var/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user