Dockerfile hinzugefügt
This commit is contained in:
commit
43a6e557ee
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user