updated to latest boto for AWS S3 EU compatability

This commit is contained in:
David Angier 2017-09-10 19:12:45 +10:00
parent 917a4577c5
commit 4362470db3
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"