From cfda53dfe46e63526a194f8b2b277d17f9f89442 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 27 Apr 2018 15:16:27 -0400 Subject: [PATCH] [imagemagick] change which rpo is used for the HEIC delegate (#1371) --- projects/imagemagick/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/imagemagick/Dockerfile b/projects/imagemagick/Dockerfile index a0dc4c99c..bc42708be 100644 --- a/projects/imagemagick/Dockerfile +++ b/projects/imagemagick/Dockerfile @@ -19,7 +19,7 @@ MAINTAINER paul.l.kehrer@gmail.com RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config cmake nasm autopoint 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/strukturag/libheif 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