Files
android/Dockerfile
Robert Helewka 7556e9b547
All checks were successful
build-android-builder-image / build-image (push) Successful in 2m30s
build: install Node 24 so JS actions run in the job container
When this image is used as a Gitea Actions `container:`, the runner exec's
`node` inside it to run JS-based actions (actions/checkout, upload-artifact).
The image had no Node, so consuming app builds failed at the checkout step
with `exec: "node": executable file not found in $PATH`.

Pull Node 24 from NodeSource (Noble's apt nodejs is v18) and assert it in
the image sanity check.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-21 17:58:54 -04:00

2.6 KiB