Drop -v from graphicsmagick clone (#1315)

Reduces the verbosity, and it was never that useful for debugging anyways.
This commit is contained in:
Alex Gaynor 2018-04-15 13:31:21 -04:00 committed by Abhishek Arya
parent 0a46b4bffe
commit aeee0fdc62
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@
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 -v http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone -v http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone -v http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
RUN hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
WORKDIR graphicsmagick
COPY build.sh $SRC/