Compare commits

..

No commits in common. "600ee2eedc37bc1d9b77b9c0859dc8d0c3b17706" and "f17273f62d8f6fd63dfd25c05e0673d7c268e634" have entirely different histories.

View file

@ -10,7 +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 zypper -n install git wget curl zip unzip nodejs20
WORKDIR /home/runner