1
0
gitea/Containerfile

4 lines
114 B
Docker

FROM gitea/gitea:1.22
RUN apk --no-cache add asciidoctor ruby-rouge
COPY extended_rouge.rb /opt/extended_rouge.rb