From d3f9078bed900f9b359af6a09b2d90d9f9d5d3eb Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 28 Feb 2024 08:23:09 +0100 Subject: Dockerfile: install xilinx-bootgen package Bootgen is used in a binman test. The test is skipped without the binary. Signed-off-by: Heinrich Schuchardt --- tools/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') 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 @@ RUN apt-get update && apt-get install -y \ virtualenv \ vboot-kernel-utils \ vboot-utils \ + xilinx-bootgen \ xxd \ zip \ && rm -rf /var/lib/apt/lists/* -- cgit v1.1