[xmlsec] Fix git URL for libxslt.

This commit is contained in:
Max Moroz 2018-08-29 20:55:24 -07:00
parent 7a3e834f68
commit bfacf7c665
1 changed files with 1 additions and 1 deletions

View File

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