aboutsummaryrefslogtreecommitdiffstats
path: root/debian-bookworm-build/Dockerfile
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-08-25 12:59:46 +0200
committerOliver Smith <osmith@sysmocom.de>2023-08-25 13:00:36 +0200
commit832b09e718c8d45dc13e20584740c7b19971f4e1 (patch)
treed951ac2cd1f9c1808b48b22a1fa5ed3eb340dd62 /debian-bookworm-build/Dockerfile
parent870e94732fb1cba6007a05aaf08cd7e4aa243b0e (diff)
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
Diffstat (limited to 'debian-bookworm-build/Dockerfile')
-rw-r--r--debian-bookworm-build/Dockerfile3
1 files changed, 2 insertions, 1 deletions
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 @@ RUN set -x && \
libdbd-sqlite3 \
libdbi-dev \
libelf-dev \
- librsvg2-bin \
libffi-dev \
libfftw3-dev \
libgmp-dev \
@@ -108,6 +107,7 @@ RUN set -x && \
libmnl-dev \
libncurses5-dev \
libnewlib-arm-none-eabi \
+ libnftables-dev \
libnl-3-dev \
libnl-route-3-dev \
liboping-dev \
@@ -115,6 +115,7 @@ RUN set -x && \
libpcap-dev \
libpcsclite-dev \
libreadline-dev \
+ librsvg2-bin \
libsctp-dev \
libsigsegv-dev \
libsnmp-dev \