From 1a6380de4d8c289e4e1cb183e2328264c1d5b6b3 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Tue, 5 Mar 2024 08:47:00 +0000 Subject: [PATCH] images/actions/act/Dockerfile aktualisiert --- images/actions/act/Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 17ed173..9648cfc 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -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