[PATCH 1/2] Dockerfile: install byacc
    Leonard Anderweit 
    l.anderweit at phytec.de
       
    Tue Apr  1 10:46:41 CEST 2025
    
    
  
Install byacc required to build cst from source.
Signed-off-by: Leonard Anderweit <l.anderweit at phytec.de>
---
 tools/docker/Dockerfile | 1 +
 1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index 569912303fc9..60f63c2d73dc 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -64,6 +64,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
 	binutils-dev \
 	bison \
 	build-essential \
+	byacc \
 	cgpt \
 	clang-17 \
 	coreutils \
-- 
2.34.1
    
    
More information about the U-Boot
mailing list