aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/json/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/json/Dockerfile')
-rw-r--r--projects/json/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/json/Dockerfile b/projects/json/Dockerfile
index 3d5c6c1a..3514bfff 100644
--- a/projects/json/Dockerfile
+++ b/projects/json/Dockerfile
@@ -18,6 +18,6 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER vitalybuka@gmail.com
RUN apt-get install -y binutils gcc
-RUN git clone https://github.com/nlohmann/json.git
+RUN git clone --depth 1 https://github.com/nlohmann/json.git
WORKDIR json/
COPY build.sh parse_fuzzer.* $SRC/