Add step to install required tools in build-docker-image workflow
All checks were successful
Build and Push Server Docker Image / build-server (push) Successful in 1m33s

This commit is contained in:
2025-09-05 21:19:12 +03:30
parent 0f09e75f0d
commit 864748c98c

View File

@@ -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