osmith has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/07/34207/1
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 \