gitea/Dockerfile
2024-12-09 14:18:50 -06:00

7 lines
136 B
Docker

FROM gitea/gitea:latest
USER root
RUN apk add --no-cache git-lfs && \
mkdir -p /.s6-svscan && \
chmod 777 /.s6-svscan
USER git