Skip to content

Commit cb0c3f9

Browse files
kartbenstephanosio
authored andcommitted
Dockerfile: add graphviz package
If one wants to use the docker image for building Zephyr's Doxygen documnentation (which the project's CI hasn't actually done in a while since docs are built using GH runners these days), graphviz (`dot`) is needed. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 585e01d commit cb0c3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.base

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ RUN <<EOF
9696
git-core \
9797
gnupg \
9898
gperf \
99+
graphviz \
99100
help2man \
100101
iproute2 \
101102
lcov \

0 commit comments

Comments
 (0)