[xmlsec] Fix libxml2 URL (similar to c5bb59e2.)

This commit is contained in:
Max Moroz 2018-08-29 13:01:45 -07:00
parent fb01b59099
commit d471a17195
1 changed files with 1 additions and 1 deletions

View File

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