Added iproute2 package to provide ip tool (#4152)

This commit is contained in:
Geoff Bourne
2026-07-10 22:07:36 -05:00
committed by GitHub
parent b0de461d1e
commit fd55a0cc08
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ apk add --no-cache -U \
bash \
curl \
iputils \
iproute2 \
git \
git-lfs \
jq \
+1
View File
@@ -33,6 +33,7 @@ dnf install -y \
sudo \
net-tools \
iputils \
iproute \
curl \
git \
jq \
+1
View File
@@ -14,6 +14,7 @@ apt-get install -y \
sudo \
net-tools \
iputils-ping \
iproute2 \
curl \
git \
git-lfs \