From 55fe29f6b006d617734cd07bd6be18c14e4e3a2d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 2 Dec 2018 16:33:23 -0500 Subject: [PATCH] clone zstd for graphicsmagick (#1997) --- projects/graphicsmagick/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile index 216b6e9e7..3834089ad 100644 --- a/projects/graphicsmagick/Dockerfile +++ b/projects/graphicsmagick/Dockerfile @@ -25,6 +25,7 @@ RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff 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://github.com/facebook/zstd 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 RUN git clone --depth 1 https://github.com/glennrp/libpng