ci/docker: add graphviz to documentation build container
This commit is contained in:
parent
1ae421e876
commit
159c3f1518
|
@ -6,7 +6,7 @@ RUN apt update && apt install -y --no-install-recommends nodejs git ruby-rubygem
|
|||
RUN gem install asciidoctor asciidoctor-diagram
|
||||
|
||||
# tools for diagram generation
|
||||
RUN apt install -y --no-install-recommends mscgen && apt clean
|
||||
RUN apt install -y --no-install-recommends mscgen graphviz && apt clean
|
||||
|
||||
# tools for automatic deployment
|
||||
RUN apt install -y --no-install-recommends rsync openssh-client && apt clean
|
||||
|
|
Loading…
Reference in a new issue