Adding missing dependency

* The missing dependency to the package py-paramiko has been added
This commit is contained in:
a.fittkau
2017-03-23 18:06:54 +01:00
committed by Werner Beroux
parent 8d74ddd610
commit e8ad39d97b

View File

@@ -8,6 +8,7 @@ RUN set -x \
openssl \
py-crypto \
py-pip \
py-paramiko \
rsync \
&& update-ca-certificates \
&& pip install pydrive==1.3.1 \