aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Alex Gaynor <alex.gaynor@gmail.com>2019-04-17 17:21:54 -0400
committerGravatar Max Moroz <dor3s1@gmail.com>2019-04-17 14:21:54 -0700
commit7b8971290d97c2e3826b2483ae2cae338fbd7df8 (patch)
tree5ebeb9f59e1a823b9bae85f216b6d8f42a3ff11e
parentc416a8007b52a1b8d17696ce56b15835fe0bf20b (diff)
[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)
-rw-r--r--projects/graphicsmagick/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/graphicsmagick/Dockerfile b/projects/graphicsmagick/Dockerfile
index e1da2ade..ac402cd3 100644
--- a/projects/graphicsmagick/Dockerfile
+++ b/projects/graphicsmagick/Dockerfile
@@ -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