From 08448d8866c2cdf1401625e19a941a9cfb707a0b Mon Sep 17 00:00:00 2001 From: DavidKorczynski Date: Wed, 3 Mar 2021 13:24:39 +0000 Subject: [PATCH] ujson: ensure hypothesis fuzzer is copied in (#5277) The current hypothesis example is not actually copied into the container. This PR fixes it so the fuzzer builds. --- projects/ujson/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ujson/Dockerfile b/projects/ujson/Dockerfile index f044df681..81550c687 100644 --- a/projects/ujson/Dockerfile +++ b/projects/ujson/Dockerfile @@ -25,4 +25,4 @@ RUN git clone \ WORKDIR ultrajson -COPY build.sh json_differential_fuzzer.py ujson_fuzzer.py $SRC/ +COPY build.sh json_differential_fuzzer.py ujson_fuzzer.py hypothesis_structured_fuzzer.py $SRC/