1
0
Fork 0

Add docutils to render reStructuredText

This commit is contained in:
Daniele Tricoli 2021-01-14 03:49:49 +01:00
parent b7e18a8095
commit 74ee1cb479
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
FROM gitea/gitea:1.13.1
RUN apk --no-cache add py3-pip
RUN pip3 install docutils
EXPOSE 3000