mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-22 18:05:10 +00:00
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:
parent
36f1e9d38c
commit
71fe85ec90
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ fi
|
|||
build-essential \
|
||||
gdb \
|
||||
git-core \
|
||||
iproute2 \
|
||||
iptables \
|
||||
kmod \
|
||||
libaio-dev \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue