Dockerfile: install byacc

Install byacc required to build cst from source.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
This commit is contained in:
Leonard Anderweit 2025-04-01 10:46:41 +02:00 committed by Tom Rini
parent 001bac5f16
commit d592ebd6b8

View File

@ -64,6 +64,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
binutils-dev \
bison \
build-essential \
byacc \
cgpt \
clang-18 \
coreutils \