images/actions/act/Dockerfile aktualisiert
This commit is contained in:
parent
98771030ae
commit
1a6380de4d
1 changed files with 4 additions and 6 deletions
|
@ -3,12 +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 \
|
||||||
docker sudo \
|
dracut docker sudo \
|
||||||
ca-certificates \
|
openssh git git-lfs wget \
|
||||||
openssh git git-lfs wget curl \
|
zip unzip xz zstd \
|
||||||
gawk \
|
nodejs20 python3 python3-pip
|
||||||
zip unzip xz-utils zstd \
|
|
||||||
nodejs20
|
|
||||||
|
|
||||||
# Settting up User
|
# Settting up User
|
||||||
RUN useradd -u 1001 runner
|
RUN useradd -u 1001 runner
|
||||||
|
|
Loading…
Reference in a new issue