images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_php (8.1) (push) Blocked by required conditions
CI / build_php (8.2) (push) Blocked by required conditions
CI / build_php (8.3) (push) Blocked by required conditions
CI / build_java (17) (push) Blocked by required conditions
CI / build_java (21) (push) Blocked by required conditions
CI / build_java (8) (push) Blocked by required conditions
CI / build_act (push) Has been cancelled

This commit is contained in:
Snoweuph 2024-04-26 23:01:28 +00:00
parent 01d96f514f
commit 6f1ecb3863

View file

@ -6,7 +6,7 @@ git git-lfs wget curl \
zip unzip xz zstd \ zip unzip xz zstd \
nodejs python3 py3-pip nodejs python3 py3-pip
RUN adduser -D runner \ RUN adduser -D runner -G docker \
&& 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 rc-update add docker boot RUN rc-update add docker boot