NOTICKET: Setup

This commit is contained in:
Snoweuph 2024-02-11 11:20:09 +01:00
parent 600ee2eedc
commit e24383f561
Signed by: Snoweuph
GPG key ID: A494330694B208EF

View file

@ -12,6 +12,8 @@ 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"
WORKDIR /home/runner
USER runner