[woff2] git is too old, removing shallow-submodules

This commit is contained in:
Mike Aizatsky 2016-11-29 18:59:44 -08:00 committed by GitHub
parent afcf8f9690
commit cb6ea8bee1
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ FROM ossfuzz/base-libfuzzer
MAINTAINER mmoroz@chromium.org MAINTAINER mmoroz@chromium.org
RUN apt-get install -y make autoconf automake libtool 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 WORKDIR woff2
COPY build.sh convert_woff2ttf_fuzzer.* $SRC/ COPY build.sh convert_woff2ttf_fuzzer.* $SRC/