aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/xmlsec
diff options
context:
space:
mode:
authorGravatar Max Moroz <mmoroz@chromium.org>2018-08-29 13:01:45 -0700
committerGravatar Max Moroz <mmoroz@chromium.org>2018-08-29 13:01:45 -0700
commitd471a17195c6d49532c29a1996048d6426a650f1 (patch)
treef7a7d2e4731ebf5cc85b1cfdd8becc0a040594f2 /projects/xmlsec
parentfb01b59099a661460cca402c60268793946dc6b7 (diff)
[xmlsec] Fix libxml2 URL (similar to c5bb59e2.)
Diffstat (limited to 'projects/xmlsec')
-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/