Skip to content

Commit

Permalink
Added two missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 1, 2014
1 parent 3db2f21 commit c47341d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/PY/Dockerfile
Expand Up @@ -17,6 +17,10 @@ RUN apt-get install -y python-pip
RUN apt-get install -y python-scipy
RUN apt-get install -y python-sphinx
RUN apt-get install -y python-jinja2
RUN apt-get install -y s3cmd

# Install Sphinx internationalization stuff
RUN pip install sphinx-intl

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

0 comments on commit c47341d

Please sign in to comment.