Files
docker-act-runner/Dockerfile
Marko Oldenburg 15c83b558f
All checks were successful
Create dokuwiki docker image / Explore-Gitea-Actions (push) Successful in 1m35s
Dockerfile aktualisiert
2025-06-13 05:38:04 +00:00

8 lines
233 B
Docker

FROM gitea/act_runner:nightly-dind-rootless
ARG VERSION=nightly-20250613
USER root
# Create a symlink, as the runner expects the socket to be in `/var/run/docker.sock`.
RUN ln -s /var/run/user/1000/docker.sock /var/run/docker.sock