1
0
Fork 0

Install gawk

This commit is contained in:
Daniele Tricoli 2021-04-17 00:35:21 +02:00
parent a47f4fea5a
commit 28f4daae43

View file

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