From 19f430d68f0a63c277d3f95e411d683d8edd91ce Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Fri, 12 Jun 2026 12:33:48 -0400 Subject: [PATCH] Add nodejs to the CI image The runner executes JavaScript actions (checkout, cache) with node from inside the job container, so custom container images must provide it. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7f7ba34..c88945d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,7 @@ RUN TZ=America/Los_Angeles DEBIAN_FRONTEND=noninteractive apt-get install -y \ llvm \ mold \ ninja-build \ + nodejs \ pre-commit \ python3-requests \ rpm \