gitea/git.Dockerfile

6 lines
96 B
Docker
Raw Normal View History

2024-02-05 23:27:08 +08:00
FROM gitea/act_runner:nightly-dind-rootless
USER root
RUN apk add --no-cache git
USER rootless