mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-13 06:56:30 +00:00
updated to latest boto for AWS S3 EU compatability
This commit is contained in:
parent
917a4577c5
commit
4362470db3
@ -6,7 +6,10 @@ RUN apt-get update \
|
||||
&& add-apt-repository ppa:duplicity-team/ppa \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y duplicity python-setuptools ncftp \
|
||||
python-boto python-swiftclient python-pexpect openssh-client \
|
||||
python-swiftclient python-pip python-pexpect openssh-client \
|
||||
&& pip install boto \
|
||||
&& apt-get autoremove -y python-pip \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/apt/lists/*
|
||||
|
||||
VOLUME "/root/.cache/duplicity"
|
||||
|
Loading…
Reference in New Issue
Block a user