Fix libxml URL

This commit is contained in:
Vitaly Buka 2018-08-23 22:48:07 -07:00 committed by GitHub
parent 23a04ab280
commit c5bb59e245
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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