From 4362470db3cddc43f3046e84d2e1cee189c2c2e5 Mon Sep 17 00:00:00 2001 From: David Angier Date: Sun, 10 Sep 2017 19:12:45 +1000 Subject: [PATCH] updated to latest boto for AWS S3 EU compatability --- Dockerfile.ubuntu | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index fbe141f..cf368dc 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -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"