diff --git a/Jenkinsfile b/Jenkinsfile index 69092a5..b94696b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { } steps { echo 'Starting build step...' - sh 'apk install bash -y' + sh 'apk add bash' sh 'bash ./scripts/build.sh' } }