NOTICKET: Setup
Some checks failed
CI / build (push) Failing after 1m43s

This commit is contained in:
Snoweuph 2024-02-10 22:36:44 +01:00
parent f46450d439
commit d02bc627df
Signed by: Snoweuph
GPG key ID: A494330694B208EF
2 changed files with 2 additions and 2 deletions

View file

@ -27,4 +27,4 @@ jobs:
context: "{{defaultContext}}:images/actions/act"
push: true
tags: |
git.euph.dev/actions/act2:latest
git.euph.dev/actions/runner-basic:latest

View file

@ -1,6 +1,6 @@
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 echo "runner ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/runner