From 49b99a278dbd0c567d3b5c4eae0b15a8ab5fc147 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 26 Mar 2018 00:11:13 -0400 Subject: [PATCH] add libjpeg-turbo and freetype to the IM delegate list (#1270) --- projects/imagemagick/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/imagemagick/Dockerfile b/projects/imagemagick/Dockerfile index eb9e71260..df56d8a9c 100644 --- a/projects/imagemagick/Dockerfile +++ b/projects/imagemagick/Dockerfile @@ -16,13 +16,15 @@ 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 pkg-config cmake +RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config cmake nasm 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 RUN git clone --depth 1 https://github.com/uclouvain/openjpeg RUN git clone --depth 1 https://github.com/webmproject/libwebp RUN git clone --depth 1 https://github.com/madler/zlib +RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo +RUN git clone --depth 1 https://git.savannah.nongnu.org/r/freetype/freetype2 ADD http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz bzip2-1.0.6.tar.gz ADD http://lcamtuf.coredump.cx/afl/demo/afl_testcases.tgz afl_testcases.tgz WORKDIR imagemagick