NOTICKET: Setup
This commit is contained in:
parent
600ee2eedc
commit
e24383f561
1 changed files with 2 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue