From cb6ea8bee18bc66410d813af1f577a5b5bf9b8a3 Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Tue, 29 Nov 2016 18:59:44 -0800 Subject: [PATCH] [woff2] git is too old, removing shallow-submodules --- projects/woff2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/woff2/Dockerfile b/projects/woff2/Dockerfile index 4d6eef34d..b331935ea 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 --depth 1 --recursive --shallow-submodules https://github.com/google/woff2 +RUN git clone --depth 1 --recursive https://github.com/google/woff2 WORKDIR woff2 COPY build.sh convert_woff2ttf_fuzzer.* $SRC/