mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-31 00:26:48 +00:00
gitlab-ci.yml: iptables-dev => libip4tc-dev libip6tc-dev libiptc-dev libxtables-dev
also add iproute2
This commit is contained in:
parent
8c243bde83
commit
a2c9bc29cb
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user