mirror of https://github.com/google/oss-fuzz.git
[xmlsec] Fix libxml2 URL (similar to c5bb59e2.)
This commit is contained in:
parent
fb01b59099
commit
d471a17195
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue