From f2ef58e7bde86c763ee02961c1677584f68cb218 Mon Sep 17 00:00:00 2001 From: Anthony Oliver Date: Fri, 15 Jun 2018 14:49:45 -0400 Subject: [PATCH] Added package for missing fonts, otherwise updated pandoc 2 with pandoc -f markdown+smart doesn't work and throws a mktextfm ecrm1000 error (#46) --- build/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index f3c335a..ec21501 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -8,6 +8,7 @@ RUN apt-get update -y \ && apt-get install -y -o Acquire::Retries=10 --no-install-recommends \ texlive-latex-base \ texlive-xetex \ + texlive-fonts-recommended \ latex-xcolor \ texlive-latex-extra \ fontconfig \ @@ -25,4 +26,4 @@ WORKDIR /source ENTRYPOINT ["/root/.cabal/bin/pandoc"] -CMD ["--help"] \ No newline at end of file +CMD ["--help"]