FROM gitea/gitea:1.23.1

RUN apk --no-cache add pipx pandoc-cli

RUN pipx install --global nbconvert

COPY custom/app.ini /data/gitea/conf/app.ini