diff --git a/context/Dockerfile b/context/Dockerfile index 622c9dcc3f364cd93d4775590149ed91c7c0d5ca..064db2db23d89491104065bb08d774340da15d60 100644 --- a/context/Dockerfile +++ b/context/Dockerfile @@ -8,10 +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 s3cmd - && s3cmd --version - && apt-get remove -y python-pip - && apt-get autoremove -y + && pip install s3cmd \ + && s3cmd --version \ + && apt-get remove -y python-pip \ + && apt-get autoremove -y \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*