[graphicsmagick] Added --time flag to clone (#2333)

This will give us more information if the clone fails (which it does sometimes, probably due to sourceforge infra issues)
This commit is contained in:
Alex Gaynor 2019-04-17 17:21:54 -04:00 committed by Max Moroz
parent c416a8007b
commit 7b8971290d
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER alex.gaynor@gmail.com
RUN apt-get update && apt-get install -y mercurial automake autopoint cmake libtool nasm pkg-config
RUN hg clone -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone -b default http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
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 git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/webmproject/libwebp