fix: fixed agent docker installation
All checks were successful
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good
All checks were successful
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good
This commit is contained in:
parent
1eb0164c99
commit
ce6e36a79f
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user