Files
vps-core/Dockerfile
Elias 71f8fe1fe2
Some checks failed
deploy core / deploy (push) Failing after 0s
add custom image for runner
2025-11-12 16:34:13 +02:00

5 lines
90 B
Docker

FROM gitea/act_runner:latest
USER root
RUN apk add --nocache openssh-client git
USER 1000