From ed02a7d820c54db7a45cade752148803cbe9f717 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Tue, 2 Nov 2021 22:13:46 +0100 Subject: [PATCH] Add bison, flex (#6745) Some PRs require parsers to be rebuilt. Fix oss-fuzz failures for those cases. --- projects/yara/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/yara/Dockerfile b/projects/yara/Dockerfile index 25c91ff05..befe3d307 100644 --- a/projects/yara/Dockerfile +++ b/projects/yara/Dockerfile @@ -21,7 +21,9 @@ RUN \ autoconf \ make \ libtool \ - pkg-config + pkg-config \ + bison \ + flex RUN git clone --depth 1 https://github.com/VirusTotal/yara.git COPY build.sh $SRC/