chore: moving python to alphabetical order
This commit is contained in:
parent
c0821d4ede
commit
859e04a680
|
|
@ -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/*
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue