diff --git a/Dockerfile b/Dockerfile index 551231a..4f25f50 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \