From 20f119323fce7c0dc1c8c7075434ea8510e00c92 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Fri, 27 Apr 2018 09:40:19 -1000 Subject: [PATCH] [imagemagick] re-add libde265 (#1372) libde265 is needed to build libheif --- projects/imagemagick/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/imagemagick/Dockerfile b/projects/imagemagick/Dockerfile index bc42708be..c8e491968 100644 --- a/projects/imagemagick/Dockerfile +++ b/projects/imagemagick/Dockerfile @@ -19,6 +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