Skip to content

Commit 9610f26

Browse files
committed
Add graphviz package to container
1 parent 7e66b92 commit 9610f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && \
1111
nmap \
1212
jq \
1313
openssl \
14+
graphviz \
1415
&& apt-get clean && rm -rf /var/lib/apt/lists/*
1516

1617
# So we can identify ourselves later with probe mode

0 commit comments

Comments
 (0)