diff --git a/.woodpecker.yml b/.woodpecker.yml index 1e72ede..cf0aaad 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 python3 make + - apk --update --no-cache add git bash python3 make gcc - yarn - yarn build package: