Skip to content

Commit b531ab6

Browse files
authored
Install 'rsvg-convert'
Closes readthedocs#78.
1 parent cc019ac commit b531ab6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ RUN apt-get -y install \
4848
latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp \
4949
fonts-symbola
5050

51+
# Install 'rsvg-convert' for SVG -> PDF conversion
52+
RUN apt-get -y librsvg2-bin
53+
5154
# Install plantuml
5255
RUN apt-get -y install plantuml
5356

0 commit comments

Comments
 (0)