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"]