diff --git a/projects/libxml2/Dockerfile b/projects/libxml2/Dockerfile index a944be780..3f144d2ab 100644 --- a/projects/libxml2/Dockerfile +++ b/projects/libxml2/Dockerfile @@ -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/