container-images/pandoc/Dockerfile
Vincent Batts a2cc183295
pandoc: adding math spec fonts
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-03-08 16:02:07 -05:00

4 lines
155 B
Docker

FROM fedora:25
RUN dnf install -y pandoc-pdf texlive-euenc texlive-fontspec texlive-mathspec && dnf clean all
ENV HOME=/tmp
ENTRYPOINT ["/usr/bin/pandoc"]