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

17 Jun
2020
17 Jun
'20
3:30 p.m.
Package efitools is needed to run the tests in test/py/tests/test_efi_secboot/.
Signed-off-by: Heinrich Schuchardt xypron.glpk@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

19 Jun
19 Jun
3:24 p.m.
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@gmx.de
Applied to gitlab-ci-runner/master, thanks!
--
Tom
1787
Age (days ago)
1789
Last active (days ago)
1 comments
2 participants
participants (2)
-
Heinrich Schuchardt
-
Tom Rini