add user
Some checks failed
deploy core / deploy (push) Failing after 0s

This commit is contained in:
Elias
2025-11-12 16:41:37 +02:00
parent 9b3e79f072
commit 81913ca1df
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
FROM gitea/act_runner:latest
USER root
RUN apk add --no-cache openssh-client git
RUN adduser -D -u 1000 -g 1000 sirian
USER 1000