From 7982710ee848cdd1abae05dd05bd0df1d800b409 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 29 Apr 2021 11:34:38 -0400 Subject: [PATCH] [graphicsmagick] no https for this repo :-( (#5688) --- projects/graphicsmagick/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile index 97f3a561d..7596b61a2 100644 --- a/projects/graphicsmagick/Dockerfile +++ b/projects/graphicsmagick/Dockerfile @@ -29,7 +29,7 @@ RUN git clone --depth 1 https://github.com/libjpeg-turbo/libjpeg-turbo 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 +RUN git clone http://git.ghostscript.com/ghostpdl.git RUN git clone --depth 1 https://gitlab.com/federicomenaquintero/bzip2.git RUN git clone --depth 1 https://github.com/jasper-software/jasper RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git