Skip to content

Commit fd55a0c

Browse files
authored
Added iproute2 package to provide ip tool (#4152)
1 parent b0de461 commit fd55a0c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

build/alpine/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ apk add --no-cache -U \
1717
bash \
1818
curl \
1919
iputils \
20+
iproute2 \
2021
git \
2122
git-lfs \
2223
jq \

build/ol/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dnf install -y \
3333
sudo \
3434
net-tools \
3535
iputils \
36+
iproute \
3637
curl \
3738
git \
3839
jq \

build/ubuntu/install-packages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ apt-get install -y \
1414
sudo \
1515
net-tools \
1616
iputils-ping \
17+
iproute2 \
1718
curl \
1819
git \
1920
git-lfs \

0 commit comments

Comments
 (0)