From e30693ca0c7e5b4320fdabc3e6aef751768b2a60 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 16 Apr 2018 10:10:11 +0800 Subject: [PATCH] add lcms to IM delegate list (#1318) --- projects/imagemagick/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/imagemagick/Dockerfile b/projects/imagemagick/Dockerfile index e7b6be34f..a0dc4c99c 100644 --- a/projects/imagemagick/Dockerfile +++ b/projects/imagemagick/Dockerfile @@ -28,6 +28,7 @@ RUN git clone --depth 1 https://git.savannah.nongnu.org/r/freetype/freetype2 RUN git clone --depth 1 https://github.com/xz-mirror/xz RUN git clone --depth 1 https://github.com/libraw/libraw RUN git clone --depth 1 https://github.com/glennrp/libpng +RUN git clone --depth 1 https://github.com/mm2/Little-CMS RUN svn export https://github.com/mozillasecurity/fuzzdata.git/trunk/samples/heic heic_corpus 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