Skip to content

Commit

Permalink
Merge pull request #20 from petrjasek/add-plantuml
Browse files Browse the repository at this point in the history
add plantuml package
  • Loading branch information
agjohnson authored Feb 7, 2017
2 parents 6f703d1 + 7bedf54 commit 5b02ef2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ RUN apt-get -y install \
texlive-fonts-recommended latex-cjk-chinese-arphic-bkai00mp \
latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp

# Install plantuml
RUN apt-get -y install plantuml

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

Expand Down

0 comments on commit 5b02ef2

Please sign in to comment.