docker-act-runner/Dockerfile

6 lines
203 B
Docker
Raw Normal View History

2024-09-16 16:40:20 +00:00
FROM gitea/act_runner:nightly-dind-rootless
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