aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/woff2/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/woff2/Dockerfile')
-rw-r--r--projects/woff2/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/woff2/Dockerfile b/projects/woff2/Dockerfile
index cf7066fd..4d6eef34 100644
--- a/projects/woff2/Dockerfile
+++ b/projects/woff2/Dockerfile
@@ -18,6 +18,6 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool
-RUN git clone --recursive https://github.com/google/woff2
+RUN git clone --depth 1 --recursive --shallow-submodules https://github.com/google/woff2
WORKDIR woff2
COPY build.sh convert_woff2ttf_fuzzer.* $SRC/