[dropbear] Change Mercurial repo to hg.ucc.asn.au (#4204)

This commit is contained in:
Matt Johnston 2020-07-29 07:02:47 +08:00 committed by GitHub
parent 6806b74519
commit 951403b075
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/