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

