Use custom Dockerfile with node and pip #3

Merged
lordwektabyte merged 1 commit from develop into main 2023-12-31 19:42:51 +01:00

View file

@ -16,8 +16,9 @@ env:
jobs: jobs:
build: build:
runs-on: docker runs-on: docker
container:
image: git.lordwektabyte.cat/lordwektabyte/node-pip:latest
steps: steps:
- run: apt-get update && apt-get install python3-pip -y
- uses: https://code.forgejo.org/actions/checkout@v4 - uses: https://code.forgejo.org/actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0