From 4a733d70f6ddce613372715a83130a9f93aaa552 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 21 Mar 2018 22:53:24 -0400 Subject: [PATCH] add libtiff and libde265 to the imagemagick container (#1263) prep for expanding IM's delegate library fuzzing --- projects/imagemagick/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/imagemagick/Dockerfile b/projects/imagemagick/Dockerfile index 68fff70e8..72873f2d8 100644 --- a/projects/imagemagick/Dockerfile +++ b/projects/imagemagick/Dockerfile @@ -16,8 +16,10 @@ FROM gcr.io/oss-fuzz-base/base-builder 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://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 WORKDIR imagemagick COPY build.sh $SRC/