run on docker and install packages

This commit is contained in:
lookshe 2025-01-13 20:18:58 +01:00
parent 38e7e893f0
commit 7877f5471b

View file

@ -4,7 +4,10 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: docker
container:
image: docker.io/alpine:3.21.2
steps: steps:
- run: apk update && apk add --no-cache nodejs git
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/docker/setup-buildx-action@v3 - uses: https://github.com/docker/setup-buildx-action@v3