mirror of https://github.com/google/oss-fuzz.git
[igraph] install additional dependencies (#7264)
This commit is contained in:
parent
c5df6f7bd9
commit
cfe1e943f5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue