From df896947aaf28bdaf1a9edcdb87d70b9e4123de2 Mon Sep 17 00:00:00 2001 From: alexvarko Date: Fri, 18 Aug 2023 15:44:26 +0300 Subject: [PATCH] Update ci files --- werf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/werf.yaml b/werf.yaml index 1f80d69..d169b4b 100644 --- a/werf.yaml +++ b/werf.yaml @@ -14,7 +14,7 @@ git: - "**/*" shell: beforeInstall: - - apk --no-cache --update --virtual build-dependencies add python make g++ + - apk --no-cache --update --virtual build-dependencies add python3 make g++ install: - cd /app #- yarn autoclean --init