git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
001bac5
)
Dockerfile: install byacc
author
Leonard Anderweit
<l.anderweit@phytec.de>
Tue, 1 Apr 2025 08:46:41 +0000
(10:46 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/tools/docker/Dockerfile
b/tools/docker/Dockerfile
index
b99796a
..
80bc2a9
100644
(file)
--- 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-18 \
coreutils \