add the install of node.js

This commit is contained in:
ai-dev 2024-11-03 10:48:27 +01:00
parent 5ad175f2fe
commit 9f60c135d9

View File

@ -18,7 +18,7 @@ ARG ACT_RUNNER_VERSION="0.2.11"
COPY rootfs / COPY rootfs /
# Install necessary dependencies # Install necessary dependencies
RUN apk add --no-cache git docker-cli python3 py3-pip RUN apk add --no-cache git docker-cli python3 py3-pip nodejs npm
# Download and rename the act_runner binary # Download and rename the act_runner binary
RUN curl -L -o /usr/local/bin/act_runner https://gitea.com/gitea/act_runner/releases/download/v${ACT_RUNNER_VERSION}/act_runner-${ACT_RUNNER_VERSION}-linux-${BUILD_ARCH} && \ RUN curl -L -o /usr/local/bin/act_runner https://gitea.com/gitea/act_runner/releases/download/v${ACT_RUNNER_VERSION}/act_runner-${ACT_RUNNER_VERSION}-linux-${BUILD_ARCH} && \