[libwebp] use explicit SRC path (#1965)

This commit is contained in:
wwcv 2018-11-20 14:24:41 -05:00 committed by Max Moroz
parent 23dd904766
commit 7995868cdc
1 changed files with 1 additions and 1 deletions

View File

@ -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/