images/actions/act/Dockerfile aktualisiert
Some checks failed
Build Runner Java / build_java (21) (push) Waiting to run
Build Runner Java / build_java (8) (push) Waiting to run
Build Runner JS / build_lua (latest) (push) Waiting to run
Build Runner Lua / build_lua (5.1) (push) Waiting to run
Build Runner Lua / build_lua (5.2) (push) Waiting to run
Build Runner Lua / build_lua (5.3) (push) Waiting to run
Build Runner Lua / build_lua (5.4) (push) Waiting to run
Build Runner Php / build_php (8.2) (push) Waiting to run
Build Runner Php / build_php (8.3) (push) Waiting to run
Build Runner Java / build_java (17) (push) Has been cancelled
Build Runner Godot / build_godot (4.2.2) (push) Has been cancelled
Build Runner csharp / build_csharp (8) (push) Has been cancelled
Build Runner csharp / build_csharp (6) (push) Has been cancelled
Build Runner Base / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-07-03 19:03:39 +00:00
parent 320491afbb
commit f8db3daf48

View file

@ -10,6 +10,8 @@ RUN adduser -D runner \
&& echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \ && echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \
&& chmod 0440 /etc/sudoers.d/runner && chmod 0440 /etc/sudoers.d/runner
RUN chmod -R 777 /opt
WORKDIR /home/runner WORKDIR /home/runner
CMD ["/bin/bash"] CMD ["/bin/bash"]