From: Simon Glass Date: Thu, 24 Aug 2023 19:55:46 +0000 (-0600) Subject: CI: Add ChromiumOS utilities X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=f25820b1aef76c2059db69ac2f2e076f0764f4c3;p=u-boot.git CI: Add ChromiumOS utilities We need cgpt and futility for building test images. Add them. Signed-off-by: Simon Glass --- diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 3d2b64a355..6e6ae9ebed 100644 --- 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/*