mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
fix: Switch to node alpine image
This commit is contained in:
parent
139a7f3374
commit
c5c1fb73cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user