Skip to content

Commit f2896f1

Browse files
committed
Add swig as dependency
This is requested for different users for different purposes See #15 Closes #15
1 parent 33a44fa commit f2896f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ RUN apt-get -y install \
5656
# rsvg-convert: is for SVG -> PDF conversion
5757
# using Sphinx extension sphinxcontrib.rsvgconverter, see
5858
# https://github.com/missinglinkelectronics/sphinxcontrib-svg2pdfconverter
59-
RUN apt-get -y install plantuml imagemagick librsvg2-bin
59+
#
60+
# swig: is required for different purposes
61+
# https://github.com/rtfd/readthedocs-docker-images/issues/15
62+
RUN apt-get -y install plantuml imagemagick librsvg2-bin swig
6063

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

0 commit comments

Comments
 (0)