images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 1m15s
CI / build_php (8.3) (push) Failing after 8s
CI / build_java (17) (push) Failing after 8s
CI / build_php (8.1) (push) Failing after 15s
CI / build_php (8.2) (push) Failing after 14s
CI / build_java (21) (push) Failing after 9s
CI / build_java (8) (push) Failing after 8s
Some checks failed
CI / build_act (push) Successful in 1m15s
CI / build_php (8.3) (push) Failing after 8s
CI / build_java (17) (push) Failing after 8s
CI / build_php (8.1) (push) Failing after 15s
CI / build_php (8.2) (push) Failing after 14s
CI / build_java (21) (push) Failing after 9s
CI / build_java (8) (push) Failing after 8s
This commit is contained in:
parent
caad79a22d
commit
2a1b33b82e
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
|||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
RUN apk add --update --no-cache \
|
||||
dracut sudo docker openrc \
|
||||
git git-lfs wget curl \
|
||||
zip unzip xz zstd \
|
||||
nodejs python3 py3-pip
|
||||
|
||||
RUN adduser -S runner -G docker
|
||||
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
|
||||
RUN adduser -D runner \
|
||||
&& echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \
|
||||
&& chmod 0440 /etc/sudoers.d/runner
|
||||
RUN rc-update add docker boot
|
||||
|
||||
WORKDIR /home/runner
|
||||
|
|
Loading…
Reference in a new issue