This commit is contained in:
parent
d02bc627df
commit
c99ca55cbd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM registry.opensuse.org/opensuse/leap:15.5
|
FROM registry.opensuse.org/opensuse/leap:15.5
|
||||||
|
|
||||||
RUN zypper -n install sudo docker git wget curl zip unzip xz-utils nodejs20
|
RUN zypper -n install sudo docker git wget curl zip unzip nodejs20
|
||||||
|
|
||||||
RUN useradd -u 1001 runner
|
RUN useradd -u 1001 runner
|
||||||
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
|
RUN echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner
|
||||||
|
|
Loading…
Reference in a new issue