From a2cc1832951ccd4977b37a370df5f558e8f06de3 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 8 Mar 2017 16:02:07 -0500 Subject: [PATCH] pandoc: adding math spec fonts Signed-off-by: Vincent Batts --- pandoc/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandoc/Dockerfile b/pandoc/Dockerfile index ed85b3b..c7dc052 100644 --- a/pandoc/Dockerfile +++ b/pandoc/Dockerfile @@ -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"]