From 69522fa20b5f999f18f2441ad3d6828763c86e9c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 11 Oct 2020 00:03:32 -0400 Subject: [PATCH] [imagemagick] fixed cloning of freetype2 (#4518) * [imagemagick] fixed cloning of freetype2 * Update Dockerfile --- projects/imagemagick/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/imagemagick/Dockerfile b/projects/imagemagick/Dockerfile index 54e32f4a3..058158b22 100644 --- a/projects/imagemagick/Dockerfile +++ b/projects/imagemagick/Dockerfile @@ -25,7 +25,7 @@ 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 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/xz-mirror/xz RUN git clone --depth 1 https://github.com/libraw/libraw RUN git clone --depth 1 https://github.com/pnggroup/libpng