ci: add iproute2 to the list of packages in apt-packages.sh

When running the command 'make docker-test', almost all zdtm tests fail,
logging 'ip: not found'. 'ip' command of the iproute2 package was missing.
So added the package to the list of dependencies in 'apt-packages.sh'. Now
tests run

Signed-off-by: ImranullahKhann <imranullahkhann2004@gmail.com>
This commit is contained in:
ImranullahKhann 2026-01-08 19:55:04 +05:00 committed by Andrei Vagin
parent 36f1e9d38c
commit 71fe85ec90

View file

@ -13,6 +13,7 @@ fi
build-essential \
gdb \
git-core \
iproute2 \
iptables \
kmod \
libaio-dev \