aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2021-10-11 20:39:47 +0200
committerGitHub <noreply@github.com>2021-10-11 19:39:47 +0100
commit2f038319823e657c54e0c273d3a23238d2b8a455 (patch)
tree0eb74b85f97b95decd2f38fa7a056429d0de8deb
parent0c5679cd24e5e6130a8b8a2501a47e69edd09082 (diff)
downloadoss-fuzz-2f038319823e657c54e0c273d3a23238d2b8a455.tar.gz
nDPI: add some missing (optional) dependencies (#6581)
Enable fuzzing of QUIC traffic.
-rw-r--r--projects/ndpi/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ndpi/Dockerfile b/projects/ndpi/Dockerfile
index fafb08154..11d426d6c 100644
--- a/projects/ndpi/Dockerfile
+++ b/projects/ndpi/Dockerfile
@@ -15,7 +15,7 @@
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder
-RUN apt-get update && apt-get install -y make autoconf automake autogen pkg-config libtool flex bison cmake
+RUN apt-get update && apt-get install -y make autoconf automake autogen pkg-config libtool flex bison cmake libnuma-dev libgcrypt20-dev libpcre2-dev
RUN git clone --depth 1 https://github.com/json-c/json-c.git json-c
RUN git clone --depth 1 https://github.com/ntop/nDPI.git ndpi
ADD https://www.tcpdump.org/release/libpcap-1.9.1.tar.gz libpcap-1.9.1.tar.gz