aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--projects/xmlsec/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/xmlsec/Dockerfile b/projects/xmlsec/Dockerfile
index 1fc83ef3..48ce9374 100644
--- a/projects/xmlsec/Dockerfile
+++ b/projects/xmlsec/Dockerfile
@@ -19,6 +19,6 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-conf
libssl-dev libxslt-dev wget
RUN git clone --depth 1 https://github.com/lsh123/xmlsec
-RUN git clone --depth 1 git://git.gnome.org/libxml2
+RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git
RUN git clone --depth 1 git://git.gnome.org/libxslt
COPY build.sh $SRC/