Upgrades to pydrive 1.3.1

This may help fix #2.
This commit is contained in:
Werner Beroux
2017-01-16 08:58:10 +01:00
committed by GitHub
parent 5020040556
commit ef7c580a99

View File

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