images/actions/act/Dockerfile aktualisiert
This commit is contained in:
parent
c4fb22bb05
commit
8bf4b12a07
1 changed files with 1 additions and 2 deletions
|
@ -3,11 +3,10 @@ FROM registry.opensuse.org/opensuse/leap:15.5
|
|||
# Installing Dependencies
|
||||
RUN zypper -n update
|
||||
RUN zypper -n install \
|
||||
dracut docker sudo \
|
||||
dracut docker python3-docker-compose sudo \
|
||||
openssh git git-lfs wget \
|
||||
zip unzip xz zstd \
|
||||
nodejs20 python3 python3-pip
|
||||
RUN curl -sSL https://get.docker.com/ | sh
|
||||
|
||||
# Settting up User
|
||||
RUN useradd -u 1001 runner
|
||||
|
|
Loading…
Reference in a new issue