diff --git a/.gitea/workflows/build-docker-image.yml b/.gitea/workflows/build-docker-image.yml index 30c4ec2..e78ce4b 100644 --- a/.gitea/workflows/build-docker-image.yml +++ b/.gitea/workflows/build-docker-image.yml @@ -13,6 +13,9 @@ jobs: privileged: true steps: + + - name: Install required tools + run: apk add --no-cache git nodejs npm # 1. Check out the repo - uses: actions/checkout@v4