images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 1m20s
CI / build_java (17) (push) Failing after 1m23s
CI / build_java (1_8_0) (push) Failing after 1m23s
CI / build_php (8.1) (push) Failing after 1m31s
CI / build_java (21) (push) Failing after 1m24s
CI / build_php (8.2) (push) Failing after 1m39s
Some checks failed
CI / build_act (push) Successful in 1m20s
CI / build_java (17) (push) Failing after 1m23s
CI / build_java (1_8_0) (push) Failing after 1m23s
CI / build_php (8.1) (push) Failing after 1m31s
CI / build_java (21) (push) Failing after 1m24s
CI / build_php (8.2) (push) Failing after 1m39s
This commit is contained in:
parent
bdeabc7f8a
commit
7379f36535
1 changed files with 3 additions and 7 deletions
|
@ -1,19 +1,15 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
dracut sudo \
|
dracut sudo docker openrc \
|
||||||
git git-lfs wget curl \
|
git git-lfs wget curl \
|
||||||
zip unzip xz zstd \
|
zip unzip xz zstd \
|
||||||
nodejs python3 py3-pip
|
nodejs python3 py3-pip
|
||||||
|
|
||||||
|
RUN adduser -S runner
|
||||||
# Settting up User
|
|
||||||
RUN addgroup -S docker
|
|
||||||
RUN adduser -S runner -G docker
|
|
||||||
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
|
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
|
||||||
|
RUN rc-update add docker boot
|
||||||
|
|
||||||
RUN mkdir /home/runner
|
|
||||||
RUN chown -R runner /home/runner
|
|
||||||
WORKDIR /home/runner
|
WORKDIR /home/runner
|
||||||
|
|
||||||
CMD ["/bin/bash"]
|
CMD ["/bin/bash"]
|
||||||
|
|
Loading…
Reference in a new issue