adds gcc to test container
This commit is contained in:
parent
ff64dab750
commit
e5966eb030
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user