images/actions/act/Dockerfile aktualisiert
Some checks failed
CI / build_act (push) Successful in 2m53s
CI / build_php (8.1) (push) Successful in 1m57s
CI / build_php (8.2) (push) Failing after 42s

This commit is contained in:
Snoweuph 2024-03-05 08:47:00 +00:00
parent 98771030ae
commit 1a6380de4d

View file

@ -3,12 +3,10 @@ FROM registry.opensuse.org/opensuse/leap:15.5
# Installing Dependencies
RUN zypper -n update
RUN zypper -n install \
docker sudo \
ca-certificates \
openssh git git-lfs wget curl \
gawk \
zip unzip xz-utils zstd \
nodejs20
dracut docker sudo \
openssh git git-lfs wget \
zip unzip xz zstd \
nodejs20 python3 python3-pip
# Settting up User
RUN useradd -u 1001 runner