Speed up graphicsmagick clones by including the default branch (#2186)

This commit is contained in:
Alex Gaynor 2019-02-26 10:13:39 -05:00 committed by jonathanmetzman
parent 7a11112c92
commit e42b35b904
1 changed files with 3 additions and 3 deletions

View File

@ -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 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
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 git clone --depth 1 https://gitlab.com/libtiff/libtiff
RUN git clone --depth 1 https://github.com/webmproject/libwebp