Commit f896eb18 authored by Dan Leehr's avatar Dan Leehr Committed by GitHub

Adds texlive-xetex package

texlive-xetex provides xelatex, fixing `nbconvert failed: xelatex not found on PATH` issue
parent 6383877f
......@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
texlive-fonts-extra \
texlive-fonts-recommended \
texlive-generic-recommended \
texlive-xetex \
libxrender1 \
inkscape \
&& apt-get clean && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment