Skip to content
Snippets Groups Projects
Commit 209a2b68 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Install xetex in pandoc image

parent 62c4d133
No related branches found
No related tags found
No related merge requests found
Pipeline #976 canceled
...@@ -3,7 +3,9 @@ FROM pandoc/core:3-ubuntu ...@@ -3,7 +3,9 @@ FROM pandoc/core:3-ubuntu
RUN apt-get update -y && \ RUN apt-get update -y && \
apt-get install -y npm &&\ apt-get install -y npm &&\
npm install --global mermaid-filter &&\ npm install --global mermaid-filter &&\
apt-get install -y texlive-latex-base texlive-latex-recommended texlive-fonts-recommended apt-get install -y texlive-xetex
#texlive-latex-base texlive-latex-recommended texlive-fonts-recommended
CMD ["/bin/sh"] CMD ["/bin/sh"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment