mirror of https://github.com/google/oss-fuzz.git
[woff2] git is too old, removing shallow-submodules
This commit is contained in:
parent
afcf8f9690
commit
cb6ea8bee1
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue