From c280fb8cbed170bdae0093a7c826478c81d0b9c4 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Tue, 31 Mar 2026 19:05:54 -0500 Subject: [PATCH] Add nodejs to ci-runner image for actions/checkout --- runner/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runner/Dockerfile b/runner/Dockerfile index dffef5b..7fde798 100644 --- a/runner/Dockerfile +++ b/runner/Dockerfile @@ -5,6 +5,7 @@ RUN apk add --no-cache \ bash \ curl \ git \ + nodejs \ openssh-client \ python3 \ py3-pip \