gitea/Dockerfile

5 lines
95 B
Docker

FROM gitea/gitea:latest
USER root
RUN apk add --no-cache git-lfs
# Stay as root for debugging