pandoc: adding math spec fonts
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e6643e89a7
commit
a2cc183295
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue