parent
c434a006b7
commit
9a8cf071c6
1 changed files with 1 additions and 3 deletions
|
@ -10,9 +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 bash git wget curl zip unzip nodejs20
|
RUN zypper -n install git wget curl zip unzip nodejs20
|
||||||
|
|
||||||
RUN /usr/bin/bash -c "echo Hello"
|
|
||||||
|
|
||||||
WORKDIR /home/runner
|
WORKDIR /home/runner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue