pandoc: adding math spec fonts

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-03-08 16:02:07 -05:00
parent e6643e89a7
commit a2cc183295
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM fedora:rawhide
RUN dnf install -y pandoc-pdf && dnf clean all
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"]