[PATCH 1/1] ci/alpine.sh: Install bash

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux Kernel]     [Linux Kernel Hardening]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux