[igraph] install additional dependencies (#7264)

This commit is contained in:
Szabolcs Horvát 2022-02-11 11:56:24 +01:00 committed by GitHub
parent c5df6f7bd9
commit cfe1e943f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
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
pkg-config cmake bison flex libxml2-dev
RUN git clone --depth 1 --branch develop https://github.com/igraph/igraph
WORKDIR igraph
RUN cp $SRC/igraph/fuzzing/build.sh $SRC/build.sh