From 6eed2a6a586511dc5bfaafd58c20364907821527 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Fri, 18 Mar 2022 09:34:28 -0500 Subject: [PATCH] adds pkg config --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 02c6b93..e5328f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,7 +47,7 @@ podTemplate( if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then apk add --no-cache git fi - apk add --no-cache gcc musl-dev + apk add --no-cache gcc musl-dev pkgconfig curl \ --silent \ --location \