This commit is contained in:
parent
3e4a2a425c
commit
7259f64957
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@ FROM registry.opensuse.org/opensuse/leap:15.5
|
||||||
|
|
||||||
RUN zypper -n install nodejs20
|
RUN zypper -n install nodejs20
|
||||||
|
|
||||||
RUN useradd runner
|
RUN useradd --uid 1001 runner
|
||||||
|
WORKDIR /home/runner
|
||||||
USER runner
|
USER runner
|
Loading…
Reference in a new issue