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

Typos

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