igraph: move libxml2 download to build script (#8545)

I have moved the libxml2 download to the build script from the
Dockerfile, so I can more easily update the version, and related
operations would not be split up. Is this okay with you?

See
5a89bbc76c
This commit is contained in:
Szabolcs Horvát 2022-09-20 20:39:26 +02:00 committed by GitHub
parent 7765e4d548
commit b95ae7b412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,6 +18,5 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config cmake bison flex
RUN git clone --branch master https://github.com/igraph/igraph
RUN wget https://download.gnome.org/sources/libxml2/2.10/libxml2-2.10.0.tar.xz && tar xf libxml2-2.10.0.tar.xz
WORKDIR igraph
RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh