From c99ca55cbd5cbd9a54dc4be2d61eeb53918c50a2 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 10 Feb 2024 22:45:51 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 73ee654..e5b5167 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -1,6 +1,6 @@ FROM registry.opensuse.org/opensuse/leap:15.5 -RUN zypper -n install sudo docker git wget curl zip unzip xz-utils nodejs20 +RUN zypper -n install sudo docker git wget curl zip unzip nodejs20 RUN useradd -u 1001 runner RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner