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>
This commit is contained in:
Heinrich Schuchardt
2024-03-14 16:11:28 -04:00
committed by Tom Rini
parent 25296cf3c0
commit d3f9078bed
+1
View File
@@ -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/*