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 \ && apt-get install -y --no-install-recommends \
bash-completion \ bash-completion \
bc \ bc \
bison \
clang-7 \ clang-7 \
ca-certificates \ ca-certificates \
curl \ curl \
dkms \ dkms \
flex \
gnupg2 \ gnupg2 \
gcc \ gcc \
jq \ jq \