Files
vps-core/Dockerfile
Elias f3358e11ab
Some checks failed
deploy core / deploy (push) Failing after 0s
install docker
2025-11-12 16:47:42 +02:00

6 lines
159 B
Docker

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