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 \ openssl \
py-crypto \ py-crypto \
py-pip \ py-pip \
py-paramiko \
rsync \ rsync \
&& update-ca-certificates \ && update-ca-certificates \
&& pip install pydrive==1.3.1 \ && pip install pydrive==1.3.1 \