Add nodejs to ci-runner image for actions/checkout

This commit is contained in:
Ryan Moon
2026-03-31 19:05:54 -05:00
parent 10471a97af
commit c280fb8cbe

View File

@@ -5,6 +5,7 @@ RUN apk add --no-cache \
bash \ bash \
curl \ curl \
git \ git \
nodejs \
openssh-client \ openssh-client \
python3 \ python3 \
py3-pip \ py3-pip \