mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
Add inkscape to fix SVGs in PDFs
Fixes #243 (c) Copyright IBM Corp. 2016
This commit is contained in:
@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -yq --no-install-recommends \
|
|||||||
texlive-fonts-recommended \
|
texlive-fonts-recommended \
|
||||||
texlive-generic-recommended \
|
texlive-generic-recommended \
|
||||||
libxrender1 \
|
libxrender1 \
|
||||||
|
inkscape \
|
||||||
&& apt-get clean && \
|
&& apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user