fix: fixed agent docker installation
Gitea/docker-base-images/jdk14-alpine/pipeline/head This commit looks good Details

amorozov 2023-04-04 20:08:50 +03:00
parent 1eb0164c99
commit ce6e36a79f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ pipeline {
steps { steps {
sh """ sh """
apk update && \ 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 \ sh """curl -fsSLO https://get.docker.com/builds/Linux/x86_64/docker-17.04.0-ce.tgz \