mirror of https://github.com/google/oss-fuzz.git
Drop -v from graphicsmagick clone (#1315)
Reduces the verbosity, and it was never that useful for debugging anyways.
This commit is contained in:
parent
0a46b4bffe
commit
aeee0fdc62
|
@ -17,8 +17,8 @@
|
||||||
FROM gcr.io/oss-fuzz-base/base-builder
|
FROM gcr.io/oss-fuzz-base/base-builder
|
||||||
MAINTAINER alex.gaynor@gmail.com
|
MAINTAINER alex.gaynor@gmail.com
|
||||||
RUN apt-get update && apt-get install -y mercurial
|
RUN apt-get update && apt-get install -y mercurial
|
||||||
RUN 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 -v http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
|
hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick || \
|
||||||
hg clone -v http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
|
hg clone http://hg.code.sf.net/p/graphicsmagick/code graphicsmagick
|
||||||
WORKDIR graphicsmagick
|
WORKDIR graphicsmagick
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue