[graphicsmagick] switch clone to use the new (official) mirror (#5192)

This commit is contained in:
Alex Gaynor 2021-02-12 21:36:09 -05:00 committed by GitHub
parent c656631e54
commit 10083e6746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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