Skip to content

Commit c47341d

Browse files
committed
Added two missing dependencies
1 parent 3db2f21 commit c47341d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/PY/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ RUN apt-get install -y python-pip
1717
RUN apt-get install -y python-scipy
1818
RUN apt-get install -y python-sphinx
1919
RUN apt-get install -y python-jinja2
20+
RUN apt-get install -y s3cmd
21+
22+
# Install Sphinx internationalization stuff
23+
RUN pip install sphinx-intl
2024

2125
# Finally, upgrade Pygments to the latest Modelica syntax rules
2226
RUN pip install --upgrade https://bitbucket.org/dietmarw/pygments-main/get/default.tar.gz

0 commit comments

Comments
 (0)