From bbcae0a91b907fcefc667ae6436c051b66f3d068 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Tue, 29 Mar 2022 18:39:11 -0500 Subject: [PATCH] updates packge name --- build-alpine-glibc.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-alpine-glibc.jenkins b/build-alpine-glibc.jenkins index 080d3f9..3f95e07 100644 --- a/build-alpine-glibc.jenkins +++ b/build-alpine-glibc.jenkins @@ -40,7 +40,7 @@ pipeline { apk add --no-cache curl fi if [ ! -f "/usr/bin/jq" ] || [ ! -x "/usr/bin/jq" ]; then - apk add --no-cache curl + apk add --no-cache jq fi """