aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/curl/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/curl/Dockerfile')
-rw-r--r--projects/curl/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/curl/Dockerfile b/projects/curl/Dockerfile
index d8df622d..a71e6de2 100644
--- a/projects/curl/Dockerfile
+++ b/projects/curl/Dockerfile
@@ -18,7 +18,7 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER dvyukov@google.com
RUN apt-get install -y make autoconf automake libtool libssl-dev zlib1g-dev
-RUN git clone https://github.com/curl/curl.git
+RUN git clone --depth 1 https://github.com/curl/curl.git
WORKDIR curl
COPY build.sh curl_fuzzer.cc *.options *.dict $SRC/