Skip to content
Snippets Groups Projects
Commit 7b5e8374 authored by Erick Hitter's avatar Erick Hitter
Browse files

s3cmd from pip

parent 2782ce9b
No related branches found
No related tags found
1 merge request!1MVP
Pipeline #1825 failed with stages
in 1 minute and 51 seconds
......@@ -7,7 +7,11 @@ RUN echo "deb http://security.debian.org/ buster/updates main" >> /etc/apt/sourc
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
s3cmd \
python-pip \
&& pip install s3cmd
&& s3cmd --version
&& apt-get remove -y python-pip
&& apt-get autoremove -y
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment