Skip to content
Snippets Groups Projects
Commit e50939ed authored by ale's avatar ale
Browse files

Install xetex insted of latex-full

parent d2b6227d
No related branches found
No related tags found
No related merge requests found
Pipeline #58712 failed
FROM debian:stable-slim FROM debian:stable-slim
RUN apt-get update \ RUN apt-get update \
&& env DEBIAN_FRONTEND=noninteractive apt-get install -y pandoc texlive-full librsvg2-bin make graphviz \ && env DEBIAN_FRONTEND=noninteractive apt-get install -y pandoc pandoc-citeproc texlive-xetex librsvg2-bin make graphviz \
&& apt-get clean \
&& rm -fr /var/lib/apt/lists/* /var/cache/apt/* && rm -fr /var/lib/apt/lists/* /var/cache/apt/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment