From 1e2e985d48d7436cbcd24d5be0fd5cfcb34a4823 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Sep 2022 20:39:36 -0400 Subject: [PATCH] *Add gcc --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: