From bfacf7c6650db28c105106d2bc961645952b8bab Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Wed, 29 Aug 2018 20:55:24 -0700 Subject: [PATCH] [xmlsec] Fix git URL for libxslt. --- projects/xmlsec/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/xmlsec/Dockerfile b/projects/xmlsec/Dockerfile index 48ce93746..8cd5f70e3 100644 --- a/projects/xmlsec/Dockerfile +++ b/projects/xmlsec/Dockerfile @@ -20,5 +20,5 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-conf RUN git clone --depth 1 https://github.com/lsh123/xmlsec RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxml2.git -RUN git clone --depth 1 git://git.gnome.org/libxslt +RUN git clone --depth 1 https://gitlab.gnome.org/GNOME/libxslt.git COPY build.sh $SRC/