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/