mirror of https://github.com/google/oss-fuzz.git
[dropbear] Change Mercurial repo to hg.ucc.asn.au (#4204)
This commit is contained in:
parent
6806b74519
commit
951403b075
|
@ -16,8 +16,8 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder
|
||||
RUN apt-get update && apt-get install -y libz-dev autoconf mercurial
|
||||
RUN hg clone https://secure.ucc.asn.au/hg/dropbear dropbear
|
||||
RUN hg clone https://secure.ucc.asn.au/hg/dropbear-fuzzcorpus dropbear/corpus
|
||||
RUN hg clone https://hg.ucc.asn.au/dropbear dropbear
|
||||
RUN hg clone https://hg.ucc.asn.au/dropbear-fuzzcorpus dropbear/corpus
|
||||
WORKDIR dropbear
|
||||
COPY build.sh *.options $SRC/
|
||||
|
||||
|
|
Loading…
Reference in New Issue