Message ID | 20200617133024.107904-1-xypron.glpk@gmx.de |
---|---|
State | New |
Headers | show |
Series | [1/1] Dockerfile: add missing package efitools | expand |
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 --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 \
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