1
0
mirror of https://github.com/strongdm/comply synced 2024-06-26 12:04:22 +00:00

Added package for missing fonts, otherwise updated pandoc 2 with pandoc -f markdown+smart doesn't work and throws a mktextfm ecrm1000 error (#46)

This commit is contained in:
Anthony Oliver 2018-06-15 14:49:45 -04:00 committed by Justin McCarthy
parent fc1a1d9abc
commit f2ef58e7bd

View File

@ -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"]
CMD ["--help"]