diff --git a/Jenkinsfile b/Jenkinsfile index 02c6b93..e5328f4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 \