ci/docker: add graphviz to documentation build container
All checks were successful
/ build-hamnet70 (push) Successful in 28s
/ build-doc (push) Successful in 16s
/ deploy-doc (push) Has been skipped

This commit is contained in:
Thomas Kolb 2024-09-22 14:31:33 +02:00
parent 1ae421e876
commit 159c3f1518

View file

@ -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