Files
a13labs.infra/ansible/files/dockerfiles/linux-runners/Dockerfile.gitea-runner-base
T

13 lines
175 B
Docker

FROM docker.io/gitea/runner:latest
USER root
RUN apk add --no-cache \
bash \
ca-certificates \
curl \
git \
jq \
openssh-client \
unzip \
zip