Add bison, flex (#6745)

Some PRs require parsers to be rebuilt. Fix oss-fuzz failures for
those cases.
This commit is contained in:
Hilko Bengen 2021-11-02 22:13:46 +01:00 committed by GitHub
parent 6634315600
commit ed02a7d820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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/