chore: moving python to alphabetical order

This commit is contained in:
Callum James Tait 2021-05-24 22:53:07 +01:00 committed by Yusuke Kuoka
parent c0821d4ede
commit 859e04a680
3 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,7 @@ RUN apt update -y \
netcat \ netcat \
openssh-client \ openssh-client \
parallel \ parallel \
python3-pip \
rsync \ rsync \
shellcheck \ shellcheck \
sudo \ sudo \
@ -37,7 +38,6 @@ RUN apt update -y \
wget \ wget \
zip \ zip \
zstd \ zstd \
python3-pip \
&& ln -sf /usr/bin/python3 /usr/bin/python \ && ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /usr/bin/pip3 /usr/bin/pip \ && ln -sf /usr/bin/pip3 /usr/bin/pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@ -21,6 +21,7 @@ RUN apt update -y \
netcat \ netcat \
openssh-client \ openssh-client \
parallel \ parallel \
python3-pip \
rsync \ rsync \
shellcheck \ shellcheck \
supervisor \ supervisor \
@ -34,7 +35,6 @@ RUN apt update -y \
wget \ wget \
zip \ zip \
zstd \ zstd \
python3-pip \
&& ln -sf /usr/bin/python3 /usr/bin/python \ && ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /usr/bin/pip3 /usr/bin/pip \ && ln -sf /usr/bin/pip3 /usr/bin/pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

View File

@ -26,6 +26,7 @@ RUN apt update -y \
netcat \ netcat \
openssh-client \ openssh-client \
parallel \ parallel \
python3-pip \
rsync \ rsync \
shellcheck \ shellcheck \
sudo \ sudo \
@ -37,7 +38,6 @@ RUN apt update -y \
wget \ wget \
zip \ zip \
zstd \ zstd \
python3-pip \
&& ln -sf /usr/bin/python3 /usr/bin/python \ && ln -sf /usr/bin/python3 /usr/bin/python \
&& ln -sf /usr/bin/pip3 /usr/bin/pip \ && ln -sf /usr/bin/pip3 /usr/bin/pip \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*