From aea09a60817b4c69d8243af0a9e6083d4befa564 Mon Sep 17 00:00:00 2001 From: Marcin-Ramotowski Date: Sat, 7 Jun 2025 15:08:58 +0000 Subject: [PATCH] Added bash installation --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index f6c1aeb..2f7cd76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,6 +35,8 @@ pipeline { steps { container('docker') { sh label: 'Build Docker image', script: 'docker build -t ${DOCKER_IMAGE} .' + + sh label: 'Install bash', script: 'apk add --no-cache bash' sh label: 'Install dgoss', script: ''' wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss