gitlab-ci.yml: iptables-dev => libip4tc-dev libip6tc-dev libiptc-dev libxtables-dev

also add iproute2
This commit is contained in:
Thomas Bernard 2021-09-30 00:16:09 +02:00
parent 8c243bde83
commit a2c9bc29cb
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

View File

@ -5,7 +5,8 @@ job_miniupnpd:
stage: build
before_script:
- >
apt-get update -qq && apt-get install -y -qq iptables-dev libevent-dev
apt-get update -qq && apt-get install -y -qq iproute2
libip4tc-dev libip6tc-dev libiptc-dev libxtables-dev
libnfnetlink-dev uuid-dev make gcc
libnftnl-dev libmnl-dev libssl-dev net-tools doxygen graphviz
script: