mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Merge pull request #101 from parente/fix-pdf
Add texlive-generic-recommended to fix PDF export
This commit is contained in:
@@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
|
|||||||
texlive-latex-extra \
|
texlive-latex-extra \
|
||||||
texlive-fonts-extra \
|
texlive-fonts-extra \
|
||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
|
texlive-generic-recommended \
|
||||||
sudo \
|
sudo \
|
||||||
locales \
|
locales \
|
||||||
libxrender1 \
|
libxrender1 \
|
||||||
|
Reference in New Issue
Block a user