Skip to content
Snippets Groups Projects

sphinx: install planuml in the sphinx image

Compare and
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -13,6 +13,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
libffi-dev \
inkscape \
dia \
plantuml \
myrepos \
make && \
rm -rf /var/lib/apt/lists/*
Loading