mirror of https://github.com/google/oss-fuzz.git
[graphicsmagick] switch clone to use the new (official) mirror (#5192)
This commit is contained in:
parent
c656631e54
commit
10083e6746
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue