We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db2f21 commit c47341dCopy full SHA for c47341d
docker/PY/Dockerfile
@@ -17,6 +17,10 @@ RUN apt-get install -y python-pip
17
RUN apt-get install -y python-scipy
18
RUN apt-get install -y python-sphinx
19
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
24
25
# Finally, upgrade Pygments to the latest Modelica syntax rules
26
RUN pip install --upgrade https://bitbucket.org/dietmarw/pygments-main/get/default.tar.gz
0 commit comments