Files
web_server/gitea-runner/Dockerfile
Adam French 74f606459f
Some checks are pending
Deploy with Docker Compose / deploy (push) Waiting to run
Build gitea-runner with docker CLI installed natively
Mounting host docker binary failed due to glibc/musl incompatibility.
Instead, extend the act_runner image and install docker-cli and
docker-cli-compose via apk.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 13:02:06 +01:00

4 lines
83 B
Docker

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