monero: fix and stabilise coverage build (#7054)

Monero builds has failed in the last 5 out of 7 days, but a bit
on-and-off. The reason is a missing yacc binary during unbound
compilation, this fixes it.
This commit is contained in:
DavidKorczynski 2021-12-22 16:13:51 +00:00 committed by GitHub
parent a13af45f88
commit 99f0210b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -31,7 +31,10 @@ RUN set -ex && \
doxygen \
git \
curl \
libtool \
libtool-bin \
flex \
bison \
autoconf \
automake \
bzip2 \