Use custom Dockerfile with node and pip #3

Merged
lordwektabyte merged 1 commits from develop into main 2023-12-31 19:42:51 +01:00
1 changed files with 2 additions and 1 deletions

View File

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