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:
71f634b
)
CI: Add ChromiumOS utilities
author
Simon Glass
<sjg@chromium.org>
Thu, 24 Aug 2023 19:55:46 +0000
(13:55 -0600)
committer
Tom Rini
<trini@konsulko.com>
Sat, 26 Aug 2023 14:07:48 +0000
(10:07 -0400)
We need cgpt and futility for building test images. Add them.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/docker/Dockerfile
patch
|
blob
|
history
diff --git
a/tools/docker/Dockerfile
b/tools/docker/Dockerfile
index
3d2b64a
..
6e6ae9e
100644
(file)
--- a/
tools/docker/Dockerfile
+++ b/
tools/docker/Dockerfile
@@
-39,6
+39,7
@@
RUN apt-get update && apt-get install -y \
binutils-dev \
bison \
build-essential \
+ cgpt \
clang-16 \
coreutils \
cpio \
@@
-115,6
+116,8
@@
RUN apt-get update && apt-get install -y \
util-linux \
uuid-dev \
virtualenv \
+ vboot-kernel-utils \
+ vboot-utils \
xxd \
zip \
&& rm -rf /var/lib/apt/lists/*