From e5966eb0302ee66d5f3beb911ad8402e24e12e12 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 14 Mar 2022 14:09:19 -0500 Subject: [PATCH] adds gcc to test container --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce74491..9695ba8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -44,7 +44,7 @@ podTemplate( container('golang') { writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA()) sh """ - apk add --no-cache curl + apk add --no-cache curl gcc musl-dev curl \ --silent \ --location \