aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/ots/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/ots/Dockerfile')
-rw-r--r--projects/ots/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/ots/Dockerfile b/projects/ots/Dockerfile
index 8d33b582..81ceffb9 100644
--- a/projects/ots/Dockerfile
+++ b/projects/ots/Dockerfile
@@ -17,7 +17,7 @@
FROM ossfuzz/base-libfuzzer
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool pkg-config zlib1g-dev
-RUN git clone https://github.com/khaledhosny/ots.git
+RUN git clone --depth 1 https://github.com/khaledhosny/ots.git
WORKDIR ots
COPY build.sh ots_fuzzer.* $SRC/
COPY seed_corpus $SRC/seed_corpus