add libtiff and libde265 to the imagemagick container (#1263)

prep for expanding IM's delegate library fuzzing
This commit is contained in:
Paul Kehrer 2018-03-21 22:53:24 -04:00 committed by Abhishek Arya
parent 091d1197d2
commit 4a733d70f6
1 changed files with 3 additions and 1 deletions

View File

@ -16,8 +16,10 @@
FROM gcr.io/oss-fuzz-base/base-builder FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER paul.l.kehrer@gmail.com MAINTAINER paul.l.kehrer@gmail.com
RUN apt-get update && apt-get install -y make autoconf automake libtool RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config
RUN git clone --depth 1 https://github.com/imagemagick/imagemagick RUN git clone --depth 1 https://github.com/imagemagick/imagemagick
RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/strukturag/libde265
ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz
WORKDIR imagemagick WORKDIR imagemagick
COPY build.sh $SRC/ COPY build.sh $SRC/