Also adding missing dependency py-setuptools

* It seemed like there was some internal dependency on the pkg_resources module which is supplied by the setuptools package
This commit is contained in:
a.fittkau
2017-03-23 18:08:05 +01:00
committed by Werner Beroux
parent e8ad39d97b
commit a7eb94b592

View File

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