[PATCH 1/1] Dockerfile: add missing package efitools

Heinrich Schuchardt xypron.glpk at gmx.de
Wed Jun 17 15:30:24 CEST 2020


Package efitools is needed to run the tests in
test/py/tests/test_efi_secboot/.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 4138415..899e98f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,6 +47,7 @@ RUN apt-get update && apt-get install -y \
 	device-tree-compiler \
 	dosfstools \
 	e2fsprogs \
+	efitools \
 	fakeroot \
 	flex \
 	gdisk \
--
2.27.0



More information about the U-Boot mailing list