NOTICKET: Setup
Some checks failed
CI / build (push) Failing after 1s

This commit is contained in:
Snoweuph 2024-02-10 22:12:27 +01:00
parent 7259f64957
commit 0ef8673027
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -1,7 +1,10 @@
FROM registry.opensuse.org/opensuse/leap:15.5
RUN zypper -n install nodejs20
RUN zypper -n install sudo nodejs20
RUN useradd --uid 1001 runner
RUN usermod -aG wheel runner
RUN echo "%wheel ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers
WORKDIR /home/runner
USER runner