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-pip \
|
||||
py-paramiko \
|
||||
py-setuptools \
|
||||
rsync \
|
||||
&& update-ca-certificates \
|
||||
&& pip install pydrive==1.3.1 \
|
||||
|
||||
Reference in New Issue
Block a user