Skip to content

Commit

Permalink
[libwebp] use explicit SRC path (#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannkoenig authored and Dor1s committed Nov 20, 2018
1 parent 23dd904 commit 7995868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/libwebp/Dockerfile
Expand Up @@ -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/
Expand Down

0 comments on commit 7995868

Please sign in to comment.