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 <pvorel@xxxxxxx> --- 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 \ -- 2.37.0