Files
system-config/runner/Dockerfile
James Wampler 93e6f0bd2b feat(runner): add docker CLI to act_runner image for host-exec labels
qa/self-hosted labels run jobs directly in the runner container (Alpine),
which lacked a docker client despite the mounted host socket.
2026-07-04 11:49:51 -07:00

3 lines
82 B
Docker

FROM gitea/act_runner:latest
RUN apk add --no-cache docker-cli docker-cli-compose