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 Simon Glass
parent 0cf0507836
commit c29bc337e7

View File

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