images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 1m15s
CI / build_php (8.1) (push) Failing after 13s
CI / build_java (17) (push) Failing after 8s
CI / build_php (8.3) (push) Failing after 12s
CI / build_php (8.2) (push) Failing after 15s
CI / build_java (21) (push) Failing after 9s
CI / build_java (8) (push) Failing after 8s

This commit is contained in:
Snoweuph 2024-04-26 22:44:32 +00:00
parent e7ff35c934
commit 6113131c39

View file

@ -6,7 +6,7 @@ git git-lfs wget curl \
zip unzip xz zstd \
nodejs python3 py3-pip
RUN adduser -S runner
RUN adduser -S runner -G docker
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
RUN rc-update add docker boot