From 7259f64957bb4f58a00f987136fb3917a77a113f Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 10 Feb 2024 22:05:39 +0100 Subject: [PATCH] NOTICKET: Setup --- images/actions/act/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/actions/act/Dockerfile b/images/actions/act/Dockerfile index 2eee129..9297028 100644 --- a/images/actions/act/Dockerfile +++ b/images/actions/act/Dockerfile @@ -2,6 +2,6 @@ FROM registry.opensuse.org/opensuse/leap:15.5 RUN zypper -n install nodejs20 -RUN useradd runner - +RUN useradd --uid 1001 runner +WORKDIR /home/runner USER runner \ No newline at end of file