From cfe1e943f5782278f46ef4c6e0f15feb3221df33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horv=C3=A1t?= Date: Fri, 11 Feb 2022 11:56:24 +0100 Subject: [PATCH] [igraph] install additional dependencies (#7264) --- projects/igraph/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/igraph/Dockerfile b/projects/igraph/Dockerfile index c1d2c005e..6c5702911 100644 --- a/projects/igraph/Dockerfile +++ b/projects/igraph/Dockerfile @@ -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