Files
vps-core/Dockerfile
Elias 81913ca1df
Some checks failed
deploy core / deploy (push) Failing after 0s
add user
2025-11-12 16:41:37 +02:00

6 lines
129 B
Docker

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