From 878e009488e8f9e33d75da1225c3b2cb20e1be4b Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 11 Oct 2020 00:03:45 -0400 Subject: [PATCH] [graphicsmagick] fixed cloning of freetype2 (#4517) * [graphicsmagick] fixed cloning of freetype2 * Update Dockerfile --- projects/graphicsmagick/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile index 868758f81..29f49fd68 100644 --- a/projects/graphicsmagick/Dockerfile +++ b/projects/graphicsmagick/Dockerfile @@ -26,7 +26,7 @@ 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 https://git.savannah.nongnu.org/r/freetype/freetype2.git/ 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