NOTICKET: Setup
All checks were successful
CI / build (push) Successful in 2m15s

This commit is contained in:
Snoweuph 2024-02-10 22:45:51 +01:00
parent d02bc627df
commit c99ca55cbd
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -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