diff --git a/Jenkinsfile b/Jenkinsfile index 7d15b6a..0c66f83 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,7 @@ pipeline { steps { sh """ apk update && \ - apk add --no-cache git + apk add git curl """ sh """curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz \