From 2ac2e3957f0d579f9e54e655de754adba2a646b3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 18 Jul 2019 20:20:40 -0400 Subject: [PATCH] [graphicsmagick] update libpng git repo (#2619) --- projects/graphicsmagick/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile index 3aa8d1e37..8869d1db5 100644 --- a/projects/graphicsmagick/Dockerfile +++ b/projects/graphicsmagick/Dockerfile @@ -28,7 +28,7 @@ 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 +RUN git clone --depth 1 https://github.com/pnggroup/libpng RUN git clone --depth 1 https://github.com/mm2/Little-CMS RUN git clone https://git.ghostscript.com/ghostpdl.git RUN git clone --depth 1 https://gitlab.com/federicomenaquintero/bzip2.git