From ef7c580a99c014da24b23dc327e0d3057aa69a64 Mon Sep 17 00:00:00 2001 From: Werner Beroux Date: Mon, 16 Jan 2017 08:58:10 +0100 Subject: [PATCH] Upgrades to pydrive 1.3.1 This may help fix #2. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3d3df4..640c953 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.4 RUN set -x \ &&apk add --no-cache duplicity openssh openssl py-crypto py-pip rsync \ - && pip install pydrive==1.2.1 \ + && pip install pydrive==1.3.1 \ && apk del --purge py-pip \ && adduser -D -u 1896 duplicity \ && mkdir -p /home/duplicity/.cache/duplicity \