mirror of
https://github.com/gryf/gitea-rest-renderer.git
synced 2025-12-18 12:00:24 +01:00
5 lines
138 B
Docker
5 lines
138 B
Docker
FROM gitea/gitea:latest
|
|
COPY ./rst2htmlbody.py /bin/rst2htmlbody
|
|
RUN apk --no-cache add py3-docutils && \
|
|
chmod 755 /bin/rst2htmlbody
|