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