From ce6e36a79f0c3ab4001e35db3159fa5b3afb8a1f Mon Sep 17 00:00:00 2001 From: amorozov Date: Tue, 4 Apr 2023 20:08:50 +0300 Subject: [PATCH] fix: fixed agent docker installation --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \