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

View File

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

View File

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