Files
recipe-gitea-runner/Dockerfile
T

17 lines
423 B
Docker

ARG ACT_RUNNER_VERSION=0.2.11
FROM gitea/act_runner:${ACT_RUNNER_VERSION}
USER root
# Basverktyg för robusta shell-workflows och JS-baserade actions.
RUN apk add --no-cache \
bash \
ca-certificates \
curl \
docker-cli \
git \
nodejs \
npm \
openssh-client \
&& update-ca-certificates