commit | 905d07565e6273bc6b1ac9e723a615b1f979ccbc | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Feb 28 08:23:09 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Mar 14 16:11:28 2024 -0400 |
tree | 24b7fd42d3f5bc38318923ecf7b4b9b0968570da | |
parent | 2b4a656b45e8c14c3b0aa606a402bb5d0f04ae25 [diff] [blame] |
Dockerfile: install xilinx-bootgen package Bootgen is used in a binman test. The test is skipped without the binary. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 30cda72..dae6c24 100644 --- a/tools/docker/Dockerfile +++ b/tools/docker/Dockerfile
@@ -116,6 +116,7 @@ virtualenv \ vboot-kernel-utils \ vboot-utils \ + xilinx-bootgen \ xxd \ zip \ && rm -rf /var/lib/apt/lists/*