Dockerfile: install byacc
authorLeonard Anderweit <l.anderweit@phytec.de>
Tue, 1 Apr 2025 08:46:41 +0000 (10:46 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 14:19:47 +0000 (08:19 -0600)
Install byacc required to build cst from source.

Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
tools/docker/Dockerfile

index b99796a..80bc2a9 100644 (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 \