diff mbox series

[1/1] Dockerfile: add missing package efitools

Message ID 20200617133024.107904-1-xypron.glpk@gmx.de
State New
Headers show
Series [1/1] Dockerfile: add missing package efitools | expand

Commit Message

Heinrich Schuchardt June 17, 2020, 1:30 p.m. UTC
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(+)

--
2.27.0

Comments

Tom Rini June 19, 2020, 1:24 p.m. UTC | #1
On Wed, Jun 17, 2020 at 03:30:24PM +0200, Heinrich Schuchardt wrote:

> 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>

Applied to gitlab-ci-runner/master, thanks!
diff mbox series

Patch

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 \