From cf248c4759bdae48d722f8c2e019d20f4e898fd9 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 29 Nov 2016 12:55:35 -0800 Subject: [infra] making shallow git clones. fixes #42 --- projects/woff2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'projects/woff2/Dockerfile') 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/ -- cgit v1.2.3