Compare commits
No commits in common. "600ee2eedc37bc1d9b77b9c0859dc8d0c3b17706" and "f17273f62d8f6fd63dfd25c05e0673d7c268e634" have entirely different histories.
600ee2eedc
...
f17273f62d
1 changed files with 1 additions and 1 deletions
|
@ -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 bash git wget curl zip unzip nodejs20
|
RUN zypper -n install git wget curl zip unzip nodejs20
|
||||||
|
|
||||||
WORKDIR /home/runner
|
WORKDIR /home/runner
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue