@@ -2,7 +2,7 @@ FROM alpine:3.4
|
|||||||
|
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
&&apk add --no-cache duplicity openssh openssl py-crypto py-pip rsync \
|
&&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 \
|
&& apk del --purge py-pip \
|
||||||
&& adduser -D -u 1896 duplicity \
|
&& adduser -D -u 1896 duplicity \
|
||||||
&& mkdir -p /home/duplicity/.cache/duplicity \
|
&& mkdir -p /home/duplicity/.cache/duplicity \
|
||||||
|
|||||||
Reference in New Issue
Block a user