Update Dockerfile

This commit is contained in:
Werner Beroux
2016-01-22 16:36:16 +01:00
parent 07d68d98b9
commit 5960b1c6b5

View File

@@ -1,6 +1,6 @@
FROM alpine:3.3
RUN apk add --update duplicity py-pip \
RUN apk add --update duplicity openssl py-crypto py-pip \
&& pip install pydrive==1.0.1 \
&& apk del --purge py-pip \
&& rm /var/cache/apk/* \