Skip to content
Snippets Groups Projects
Select Git revision
  • restructure
  • master default
  • splitting
  • gridtables
  • detailsConflicts
  • conflicts
  • workitems
  • toMkdocs
  • addDiffCR
  • devel
  • upgradeIndex
  • clause0
  • newCoversheet
  • using_pages
  • testTables
  • miguel
  • publication
17 results

dockerfile.pandoc

Blame
  • dockerfile.pandoc 174 B
    FROM pandoc/core:3.0
    
    RUN apt-get update -y && \
        apt-get install -y npm &&\
        npm install --global mermaid-filter
    
    CMD ["/bin/sh"]
    
    ENTRYPOINT ["/usr/local/bin/pandoc"]