mirror of https://github.com/google/oss-fuzz.git
Add bison, flex (#6745)
Some PRs require parsers to be rebuilt. Fix oss-fuzz failures for those cases.
This commit is contained in:
parent
6634315600
commit
ed02a7d820
|
@ -21,7 +21,9 @@ RUN \
|
||||||
autoconf \
|
autoconf \
|
||||||
make \
|
make \
|
||||||
libtool \
|
libtool \
|
||||||
pkg-config
|
pkg-config \
|
||||||
|
bison \
|
||||||
|
flex
|
||||||
|
|
||||||
RUN git clone --depth 1 https://github.com/VirusTotal/yara.git
|
RUN git clone --depth 1 https://github.com/VirusTotal/yara.git
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
Loading…
Reference in New Issue