adds gcc to test container

This commit is contained in:
Hyatt 2022-03-14 14:09:19 -05:00
parent ff64dab750
commit e5966eb030
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ podTemplate(
container('golang') { container('golang') {
writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA()) writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getLocalRootCA())
sh """ sh """
apk add --no-cache curl apk add --no-cache curl gcc musl-dev
curl \ curl \
--silent \ --silent \
--location \ --location \