mirror of https://github.com/google/oss-fuzz.git
Add verbose logging for debugging clone failure
This commit is contained in:
parent
80bcc0f23e
commit
449c4e94ec
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue