aboutsummaryrefslogtreecommitdiff
path: root/projects/unbound/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/unbound/Dockerfile')
-rw-r--r--projects/unbound/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/projects/unbound/Dockerfile b/projects/unbound/Dockerfile
index fe4a0159d..0bd77437c 100644
--- a/projects/unbound/Dockerfile
+++ b/projects/unbound/Dockerfile
@@ -20,4 +20,8 @@ RUN apt-get install -y make libtool libssl-dev libexpat-dev wget
RUN git clone --depth=1 https://github.com/NLnetLabs/unbound unbound
WORKDIR unbound
COPY parse_packet_fuzzer.c .
+COPY fuzz_1.c .
+COPY fuzz_2.c .
+COPY fuzz_3.c .
+COPY fuzz_4.c .
COPY build.sh $SRC/