Merge pull request #2 from dpangier/master

Updated to latest boto for AWS S3 EU compatibility

Fixes #1
This commit is contained in:
Ian 2017-11-15 10:44:33 -08:00 committed by GitHub
commit bf795d2089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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"