fix: add nodejs to forgejo runner
Some checks failed
Build & Push Docker Image / build (push) Failing after 5s

This commit is contained in:
Khoa Vo 2026-05-14 12:04:14 +07:00
parent 19fb885f81
commit 0c0683f628

View file

@ -34,7 +34,7 @@ services:
- sh
- -c
- |
apt-get update && apt-get install -y docker.io
apt-get update && apt-get install -y docker.io nodejs npm
if [ ! -f /data/.runner ]; then
forgejo-runner register --no-interactive \
--instance http://forgejo:3000 \