Add verbose logging for debugging clone failure

This commit is contained in:
Abhishek Arya 2018-02-17 20:11:29 -08:00 committed by GitHub
parent 80bcc0f23e
commit 449c4e94ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER alex.gaynor@gmail.com
RUN apt-get update && apt-get install -y mercurial
RUN hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
RUN hg clone -v http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
WORKDIR graphicsmagick
COPY build.sh $SRC/