images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 3m43s
CI / build_php (8.1) (push) Failing after 9s
CI / build_php (8.2) (push) Failing after 7s

This commit is contained in:
Snoweuph 2024-03-24 12:05:12 +00:00
parent c4fb22bb05
commit 8bf4b12a07

View file

@ -3,11 +3,10 @@ FROM registry.opensuse.org/opensuse/leap:15.5
# Installing Dependencies # Installing Dependencies
RUN zypper -n update RUN zypper -n update
RUN zypper -n install \ RUN zypper -n install \
dracut docker sudo \ dracut docker python3-docker-compose sudo \
openssh git git-lfs wget \ openssh git git-lfs wget \
zip unzip xz zstd \ zip unzip xz zstd \
nodejs20 python3 python3-pip nodejs20 python3 python3-pip
RUN curl -sSL https://get.docker.com/ | sh
# Settting up User # Settting up User
RUN useradd -u 1001 runner RUN useradd -u 1001 runner