mirror of
https://github.com/strongdm/comply
synced 2024-11-05 07:25:26 +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:
parent
fc1a1d9abc
commit
f2ef58e7bd
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user