From patchwork Wed Jun 17 13:30:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 242574 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Wed, 17 Jun 2020 15:30:24 +0200 Subject: [PATCH 1/1] Dockerfile: add missing package efitools Message-ID: <20200617133024.107904-1-xypron.glpk@gmx.de> Package efitools is needed to run the tests in test/py/tests/test_efi_secboot/. Signed-off-by: Heinrich Schuchardt --- Dockerfile | 1 + 1 file changed, 1 insertion(+) -- 2.27.0 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 \