aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/harfbuzz/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/harfbuzz/Dockerfile')
-rw-r--r--projects/harfbuzz/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/harfbuzz/Dockerfile b/projects/harfbuzz/Dockerfile
index 19bbb9d9..6065f2c1 100644
--- a/projects/harfbuzz/Dockerfile
+++ b/projects/harfbuzz/Dockerfile
@@ -18,6 +18,6 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool ragel pkg-config
-RUN git clone https://anongit.freedesktop.org/git/harfbuzz.git
+RUN git clone --depth 1 https://anongit.freedesktop.org/git/harfbuzz.git
WORKDIR harfbuzz
COPY build.sh harfbuzz_fuzzer.cc $SRC/