install docker
Some checks failed
deploy core / deploy (push) Failing after 0s

This commit is contained in:
Elias
2025-11-12 16:47:42 +02:00
parent 7e1b40e613
commit f3358e11ab

View File

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