Added iproute2 package to provide ip tool

This commit is contained in:
Geoff Bourne
2026-07-10 19:27:53 -05:00
parent b0de461d1e
commit 5f46718449
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 \