From 1be1b2db7611ec46c196e98f0ad935d551fe17db Mon Sep 17 00:00:00 2001 From: Pyrox Date: Mon, 1 May 2023 15:09:21 -0400 Subject: [PATCH] fix: Switch to node alpine image --- .woodpecker/commit.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker/commit.yml b/.woodpecker/commit.yml index 827ebc81d..f57fd9d1e 100644 --- a/.woodpecker/commit.yml +++ b/.woodpecker/commit.yml @@ -1,10 +1,8 @@ pipeline: testCommit: - image: node:latest + image: node:alpine commands: - - apt-get update - - apt-get install -y cargo - - rm -rf /var/lib/apt/lists/* + - apk add --no-cache cargo python3 make g++ - cp .config/ci.yml .config/default.yml - corepack enable - corepack prepare pnpm@latest --activate