This commit is contained in:
parent
f46450d439
commit
d02bc627df
2 changed files with 2 additions and 2 deletions
|
@ -27,4 +27,4 @@ jobs:
|
||||||
context: "{{defaultContext}}:images/actions/act"
|
context: "{{defaultContext}}:images/actions/act"
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
git.euph.dev/actions/act2:latest
|
git.euph.dev/actions/runner-basic:latest
|
|
@ -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 nodejs20
|
RUN zypper -n install sudo docker git wget curl zip unzip xz-utils 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