Add flex and bison to docker for building bpf module on recent amazon linux2

Signed-off-by: Bart van der Schans <bart@vanderschans.nl>
This commit is contained in:
Bart van der Schans 2021-02-21 17:24:54 +01:00 committed by poiana
parent b3693a0b75
commit 05545f228d

View File

@ -18,10 +18,12 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
bash-completion \
bc \
bison \
clang-7 \
ca-certificates \
curl \
dkms \
flex \
gnupg2 \
gcc \
jq \