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

This commit is contained in:
Snoweuph 2024-02-11 11:12:19 +01:00
parent 2e9d8ab66d
commit 600ee2eedc
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -10,7 +10,7 @@ RUN newgrp docker
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
# Installing Dependencies
RUN zypper -n installbash git wget curl zip unzip nodejs20
RUN zypper -n install bash git wget curl zip unzip nodejs20
WORKDIR /home/runner