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:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user