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

