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

This commit is contained in:
Snoweuph 2024-02-11 19:17:28 +01:00
parent c434a006b7
commit 9a8cf071c6
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

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