mirror of https://github.com/google/oss-fuzz.git
libwebp: add image library dependencies (#12164)
This commit is contained in:
parent
a6adefec39
commit
0b6ffae573
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y autoconf make libtool zip
|
||||
RUN apt-get update && apt-get install -y autoconf make libgif-dev libjpeg-dev libpng-dev 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 $SRC/
|
||||
|
|
Loading…
Reference in New Issue