Bootgen is used in a binman test. The test is skipped without the binary. Signed-off-by: Heinrich Schuchardt <heinrich.schucha...@canonical.com> --- tools/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile index 6122776bc6..884b1089e0 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/* -- 2.43.0