gitea/git.Dockerfile
2024-02-05 23:27:08 +08:00

6 lines
96 B
Docker

FROM gitea/act_runner:nightly-dind-rootless
USER root
RUN apk add --no-cache git
USER rootless