mirror of https://github.com/google/oss-fuzz.git
[libwebp] use explicit SRC path (#1965)
This commit is contained in:
parent
23dd904766
commit
7995868cdc
|
@ -19,7 +19,7 @@ MAINTAINER yguyon@google.com
|
|||
RUN apt-get update && apt-get install -y autoconf make libtool zip
|
||||
RUN git clone https://chromium.googlesource.com/webm/libwebp
|
||||
RUN git clone https://chromium.googlesource.com/webm/libwebp-test-data
|
||||
ADD https://storage.googleapis.com/downloads.webmproject.org/webp/testdata/fuzzer/fuzz_seed_corpus.zip ./
|
||||
ADD https://storage.googleapis.com/downloads.webmproject.org/webp/testdata/fuzzer/fuzz_seed_corpus.zip $SRC/
|
||||
RUN unzip fuzz_seed_corpus.zip -d libwebp-test-data/
|
||||
RUN rm fuzz_seed_corpus.zip
|
||||
COPY build.sh fuzz.h fuzz.dict $SRC/
|
||||
|
|
Loading…
Reference in New Issue