1
0
Fork 0

Add Pygments

This commit is contained in:
Daniele Tricoli 2021-01-14 04:04:19 +01:00
parent 74ee1cb479
commit 96a8ee0b6e
1 changed files with 1 additions and 1 deletions

View File

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