laforge has submitted this change. (
https://gerrit.osmocom.org/c/docker-playground/+/34207 )
Change subject: debian-bookworm-build: add libnftables-dev
......................................................................
debian-bookworm-build: add libnftables-dev
Add libnftables-dev, which is needed for osmo-upf. This is required to
move the coverity jenkins job to use this docker container.
Order the list alphabetically again while at it.
Change-Id: I25862a7e3c8a73e13fd4a9237ab57500d8dfc95c
---
M debian-bookworm-build/Dockerfile
1 file changed, 16 insertions(+), 1 deletion(-)
Approvals:
Jenkins Builder: Verified
daniel: Looks good to me, but someone else must approve
laforge: Looks good to me, approved
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile
index 5c4c829..cebff09 100644
--- a/debian-bookworm-build/Dockerfile
+++ b/debian-bookworm-build/Dockerfile
@@ -96,7 +96,6 @@
libdbd-sqlite3 \
libdbi-dev \
libelf-dev \
- librsvg2-bin \
libffi-dev \
libfftw3-dev \
libgmp-dev \
@@ -108,6 +107,7 @@
libmnl-dev \
libncurses5-dev \
libnewlib-arm-none-eabi \
+ libnftables-dev \
libnl-3-dev \
libnl-route-3-dev \
liboping-dev \
@@ -115,6 +115,7 @@
libpcap-dev \
libpcsclite-dev \
libreadline-dev \
+ librsvg2-bin \
libsctp-dev \
libsigsegv-dev \
libsnmp-dev \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/34207
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I25862a7e3c8a73e13fd4a9237ab57500d8dfc95c
Gerrit-Change-Number: 34207
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: merged