Skip to content

Commit 350c76d

Browse files
committed
Install imagemagick and document plantuml
Closes #80
1 parent 84b044a commit 350c76d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Dockerfile

+8-5
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,16 @@ RUN apt-get -y install \
4747
latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp \
4848
fonts-symbola
4949

50-
# Install 'rsvg-convert' for SVG -> PDF conversion
50+
# plantuml: is to support sphinxcontrib-plantuml
51+
# https://pypi.org/project/sphinxcontrib-plantuml/
52+
#
53+
# imagemagick: is to support sphinx.ext.imgconverter
54+
# http://www.sphinx-doc.org/en/master/usage/extensions/imgconverter.html
55+
#
56+
# rsvg-convert: is for SVG -> PDF conversion
5157
# using Sphinx extension sphinxcontrib.rsvgconverter, see
5258
# https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
53-
RUN apt-get -y install librsvg2-bin
54-
55-
# Install plantuml
56-
RUN apt-get -y install plantuml
59+
RUN apt-get -y install plantuml imagemagick librsvg2-bin
5760

5861
# Install Python tools/libs
5962
RUN apt-get -y install python-pip && pip install -U virtualenv auxlib

0 commit comments

Comments
 (0)