From eeecba4c7328527e1c2785b1e6265796aa26405c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 10 May 2018 20:35:30 -0400 Subject: [PATCH] Update the set of repos we use for graphicsmagick and install more tools for building (#1410) --- projects/graphicsmagick/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile index 4920e0955..1be0167d7 100644 --- a/projects/graphicsmagick/Dockerfile +++ b/projects/graphicsmagick/Dockerfile @@ -16,15 +16,15 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER alex.gaynor@gmail.com -RUN apt-get update && apt-get install -y mercurial +RUN apt-get update && apt-get install -y mercurial automake cmake libtool pkg-config RUN hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \ hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \ hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff -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/xz-mirror/xz RUN git clone --depth 1 https://git.savannah.nongnu.org/r/freetype/freetype2 RUN git clone --depth 1 https://github.com/glennrp/libpng RUN git clone --depth 1 https://github.com/mm2/Little-CMS