osmith has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40773?usp=email )
Change subject: testenv: podman: add libnftables-dev
......................................................................
testenv: podman: add libnftables-dev
This is required for building osmo-s1gw from source in podman,
otherwise:
/home/user/.cache/osmo-ttcn3-testenv/podman/make3/osmo-s1gw/default/lib/enftables/c_src/enftables.c:16:10:
fatal error: nftables/libnftables.h: No such file or directory
16 | #include <nftables/libnftables.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Change-Id: I0ae94f73f0875048d9a71d1582627e57e60425c6
---
M _testenv/data/podman/Dockerfile
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/73/40773/1
diff --git a/_testenv/data/podman/Dockerfile b/_testenv/data/podman/Dockerfile
index e94812a..6370262 100644
--- a/_testenv/data/podman/Dockerfile
+++ b/_testenv/data/podman/Dockerfile
@@ -54,6 +54,7 @@
libmicrohttpd-dev \
libmnl-dev \
libmongoc-dev \
+ libnftables-dev \
libnghttp2-dev \
libnl-route-3-dev \
libortp-dev \
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40773?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I0ae94f73f0875048d9a71d1582627e57e60425c6
Gerrit-Change-Number: 40773
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>