aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/net-snmp/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net-snmp/Dockerfile')
-rw-r--r--projects/net-snmp/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/net-snmp/Dockerfile b/projects/net-snmp/Dockerfile
index 72dfa667..4a81ee31 100644
--- a/projects/net-snmp/Dockerfile
+++ b/projects/net-snmp/Dockerfile
@@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y make autoconf libtool libssl-dev
+RUN apt-get update && apt-get install -y pkg-config make autoconf libtool libssl-dev libnl-genl-3-dev libnl-3-dev libnl-route-3-dev
RUN git clone https://github.com/net-snmp/net-snmp net-snmp
WORKDIR net-snmp
COPY build.sh $SRC/