From 10083e6746f546a853a123c3482b5a964537849f Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 12 Feb 2021 21:36:09 -0500 Subject: [PATCH] [graphicsmagick] switch clone to use the new (official) mirror (#5192) --- projects/graphicsmagick/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile index 29f49fd68..47eacd747 100644 --- a/projects/graphicsmagick/Dockerfile +++ b/projects/graphicsmagick/Dockerfile @@ -16,9 +16,9 @@ FROM gcr.io/oss-fuzz-base/base-builder RUN apt-get update && apt-get install -y mercurial automake autopoint cmake libtool nasm pkg-config po4a -RUN hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \ - hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \ - hg clone --time -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick +RUN hg clone --time -b default https://hg.osdn.net/view/graphicsmagick/GM graphicsmagick || \ + hg clone --time -b default https://hg.osdn.net/view/graphicsmagick/GM graphicsmagick || \ + hg clone --time -b default https://hg.osdn.net/view/graphicsmagick/GM graphicsmagick RUN git clone --depth 1 https://gitlab.com/libtiff/libtiff RUN git clone --depth 1 https://github.com/webmproject/libwebp