FROM gitea/gitea:1.20.5-rootless USER root:root RUN apk --no-cache add py3-pip pandoc-cli RUN pip3 install --upgrade pip RUN pip3 install nbconvert USER git:git COPY custom/ /etc/gitea/custom