NOTICKET: Setup
All checks were successful
CI / build (push) Successful in 1m38s

This commit is contained in:
Snoweuph 2024-02-10 22:05:39 +01:00
parent 3e4a2a425c
commit 7259f64957
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -2,6 +2,6 @@ FROM registry.opensuse.org/opensuse/leap:15.5
RUN zypper -n install nodejs20 RUN zypper -n install nodejs20
RUN useradd runner RUN useradd --uid 1001 runner
WORKDIR /home/runner
USER runner USER runner