Add inkscape to fix SVGs in PDFs

Fixes #243

(c) Copyright IBM Corp. 2016
This commit is contained in:
Peter Parente
2016-07-26 15:38:56 -04:00
parent e8c4e99ba5
commit d7a259a758

View File

@@ -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/*