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:31:22 +00:00
parent 3f10a6e7c2
commit c94237ebff

View file

@ -1,8 +1,7 @@
FROM alpine:latest
RUN apk add --update --no-cache \
docker docker-rootless-extras docker-cli-compose sudo openrc \
ca-certificates openssl openssh-client \
sudo ca-certificates openssl openssh-client \
git git-lfs wget curl \
zip unzip xz zstd \
nodejs python3 py3-pip
@ -10,9 +9,6 @@ nodejs python3 py3-pip
RUN adduser -D runner \
&& echo "runner ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/runner \
&& chmod 0440 /etc/sudoers.d/runner
RUN addgroup runner docker
RUN rc-update add docker default
RUN rc-update add cgroups
WORKDIR /home/runner