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

Dependencies

parent ba1f2cf1
No related branches found
No related tags found
1 merge request!1MVP
Pipeline #1827 failed with stages
in 2 minutes and 3 seconds
......@@ -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 \
......
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