Compare commits

..

2 commits

Author SHA1 Message Date
600ee2eedc
NOTICKET: Setup
All checks were successful
CI / build (push) Successful in 2m27s
2024-02-11 11:12:19 +01:00
2e9d8ab66d
NOTICKET: Setup 2024-02-11 11:12:11 +01:00

View file

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