From a78b5761b5d88ba3a0126fb3fe59d9bd643b2668 Mon Sep 17 00:00:00 2001 From: Mpho raf Date: Sun, 20 Mar 2022 17:03:24 +0200 Subject: [PATCH] Allow apk to install --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 317d886..c34513e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { } steps { sh ''' - apk install --no-cache libpq-dev + apk add --no-cache libpq-dev python -m venv ${PY_ENV} source ${PY_ENV}/bin/activate export PATH=${PY_ENV}/bin:${PATH}