diff --git a/.woodpecker.yml b/.woodpecker.yml index 3590cc4..672cc77 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ pipeline: build: image: node:18.5.0-alpine commands: - - apk --update --no-cache add git bash + - apk --update --no-cache add git bash python3 - yarn - yarn build package: