adds pkg config

This commit is contained in:
2022-03-18 09:34:28 -05:00
parent cb68bc7d93
commit 6eed2a6a58

2
Jenkinsfile vendored
View File

@@ -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 \