FROM gitea/gitea:1.23.5 RUN apk --no-cache add pipx pandoc-cli RUN pipx install --global nbconvert COPY custom/app.ini /data/gitea/conf/app.ini