mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-10 11:41:27 +00:00
chore: aligning package order
This commit is contained in:
committed by
Yusuke Kuoka
parent
818dfd6515
commit
c3a6e45920
@@ -6,7 +6,6 @@ RUN apt update -y \
|
||||
&& add-apt-repository -y ppa:git-core/ppa \
|
||||
&& apt update -y \
|
||||
&& apt install -y --no-install-recommends \
|
||||
software-properties-common \
|
||||
build-essential \
|
||||
curl \
|
||||
ca-certificates \
|
||||
@@ -15,6 +14,7 @@ RUN apt update -y \
|
||||
git \
|
||||
iproute2 \
|
||||
iputils-ping \
|
||||
iptables \
|
||||
jq \
|
||||
libunwind8 \
|
||||
locales \
|
||||
@@ -23,6 +23,8 @@ RUN apt update -y \
|
||||
parallel \
|
||||
rsync \
|
||||
shellcheck \
|
||||
supervisor \
|
||||
software-properties-common \
|
||||
sudo \
|
||||
telnet \
|
||||
time \
|
||||
@@ -32,8 +34,6 @@ RUN apt update -y \
|
||||
wget \
|
||||
zip \
|
||||
zstd \
|
||||
iptables \
|
||||
supervisor \
|
||||
python3-pip \
|
||||
&& ln -sf /usr/bin/python3 /usr/bin/python \
|
||||
&& ln -sf /usr/bin/pip3 /usr/bin/pip \
|
||||
|
||||
Reference in New Issue
Block a user