From 75fadad261867d03a24dc9c955e672c06a24a8ca Mon Sep 17 00:00:00 2001 From: Petr Vorel Date: Fri, 15 Jul 2022 09:31:21 +0200 Subject: [PATCH] ci/alpine.sh: Install bash bash is a dependency for tests, not being installed by default on containers. This fixes: ../test-driver: line 112: ./ima_hash.test: not found ../test-driver: line 112: ./sign_verify.test: not found ../test-driver: line 112: ./boot_aggregate.test: not found Signed-off-by: Petr Vorel Signed-off-by: Mimi Zohar --- ci/alpine.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/alpine.sh b/ci/alpine.sh index 63d7954..0e4ba0d 100755 --- a/ci/alpine.sh +++ b/ci/alpine.sh @@ -26,6 +26,7 @@ apk add \ attr-dev \ autoconf \ automake \ + bash \ diffutils \ docbook-xml \ docbook-xsl \