diff --git a/context/Dockerfile b/context/Dockerfile index 064db2db23d89491104065bb08d774340da15d60..bd1cf070fee21da1c7aed2cc9c42b2e8dc5b4a44 100644 --- a/context/Dockerfile +++ b/context/Dockerfile @@ -8,8 +8,10 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc RUN apt-get update \ && apt-get -y --no-install-recommends install \ python-pip \ + && pip install setuptools \ && pip install s3cmd \ && s3cmd --version \ + && pip uninstall setuptools \ && apt-get remove -y python-pip \ && apt-get autoremove -y \ && apt-get clean \