Files
infra/cloud-pc/gitea-runner/Dockerfile
T
Dmitry ec79b653dc
Deploy cloud-pc / deploy (push) Failing after 1s
Deploy mini-pc / deploy (push) Has been cancelled
Add OpenSSH client to Gitea runners
2026-05-30 14:40:31 +03:00

5 lines
108 B
Docker

FROM gitea/act_runner:latest
USER root
RUN apk add --no-cache docker-cli docker-cli-compose openssh-client