From 96b94f6741aed34512e9e0b00531f08a46026888 Mon Sep 17 00:00:00 2001 From: Sebastian Rasmussen Date: Fri, 3 Apr 2020 22:29:23 +0800 Subject: [PATCH] [ghostscript] Use official git server URL. (#3578) This is the correct URL according to https://www.freetype.org/developer.html This resolves the HTTP 502 error from the git server. --- projects/ghostscript/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ghostscript/Dockerfile b/projects/ghostscript/Dockerfile index 92b276f86..224315591 100644 --- a/projects/ghostscript/Dockerfile +++ b/projects/ghostscript/Dockerfile @@ -19,7 +19,7 @@ MAINTAINER skau@google.com RUN apt-get update && apt-get install -y autoconf zlibc libtool liblcms2-dev libpng-dev RUN git clone --branch branch-2.2 --single-branch --depth 1 https://github.com/apple/cups.git cups -RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.savannah.nongnu.org/git/freetype/freetype2.git freetype +RUN git clone --branch VER-2-10-1 --single-branch --depth 1 https://git.sv.nongnu.org/r/freetype/freetype2.git freetype RUN git clone --single-branch --depth 1 git://git.ghostscript.com/ghostpdl.git ghostpdl RUN mkdir ghostpdl/fuzz