Files
vps-core/Dockerfile
Elias 9b3e79f072
Some checks failed
deploy core / deploy (push) Failing after 0s
fix typo
2025-11-12 16:35:56 +02:00

5 lines
91 B
Docker

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