adds pkg config
This commit is contained in:
parent
cb68bc7d93
commit
6eed2a6a58
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -47,7 +47,7 @@ podTemplate(
|
|||||||
if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then
|
if [ ! "/usr/bin/git" ] || [ ! -x "/usr/bin/git" ]; then
|
||||||
apk add --no-cache git
|
apk add --no-cache git
|
||||||
fi
|
fi
|
||||||
apk add --no-cache gcc musl-dev
|
apk add --no-cache gcc musl-dev pkgconfig
|
||||||
curl \
|
curl \
|
||||||
--silent \
|
--silent \
|
||||||
--location \
|
--location \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user