gitlab-ci: add net-tools pkg for ifconfig command

This commit is contained in:
Thomas Bernard 2018-07-15 15:39:34 +02:00
parent 7806a58e78
commit cd94372942
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ before_script:
- > - >
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
libnfnetlink-dev uuid-dev make gcc gcc-mingw-w64-i686 mingw-w64-tools libnfnetlink-dev uuid-dev make gcc gcc-mingw-w64-i686 mingw-w64-tools
libnftnl-dev libmnl-dev libssl-dev libnftnl-dev libmnl-dev libssl-dev net-tools
stages: stages:
- build - build