Skip to content

Commit 7bedf54

Browse files
committed
add plantuml package
1 parent 6f703d1 commit 7bedf54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ RUN apt-get -y install \
3030
texlive-fonts-recommended latex-cjk-chinese-arphic-bkai00mp \
3131
latex-cjk-chinese-arphic-gbsn00lp latex-cjk-chinese-arphic-gkai00mp
3232

33+
# Install plantuml
34+
RUN apt-get -y install plantuml
35+
3336
# Install Python tools/libs
3437
RUN apt-get -y install python-pip && pip install -U virtualenv auxlib
3538

0 commit comments

Comments
 (0)