mirror of https://github.com/google/oss-fuzz.git
Fix libxml URL
This commit is contained in:
parent
23a04ab280
commit
c5bb59e245
|
@ -18,7 +18,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
MAINTAINER ochang@chromium.org
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config
|
||||
|
||||
RUN git clone --depth 1 git://git.gnome.org/libxml2
|
||||
RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git
|
||||
WORKDIR libxml2
|
||||
|
||||
COPY build.sh $SRC/
|
||||
|
|
Loading…
Reference in New Issue