fix: fixed agent docker installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good
Details
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good
Details
parent
ce6e36a79f
commit
049a3e46ea
|
@ -19,7 +19,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh """
|
sh """
|
||||||
apk update && \
|
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 \
|
sh """curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz \
|
||||||
|
|
Loading…
Reference in New Issue