Skip to content

Commit bc3382e

Browse files
authored
Merge pull request #79 from trailofbits/carson/docker_fix
Fix dockerfile to have regular graphviz (for polyprocess)
2 parents 4a32526 + 0946313 commit bc3382e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y update \
2323
python3-pip \
2424
python3.7-dev \
2525
golang \
26-
libgraphviz-dev
26+
libgraphviz-dev \
27+
graphviz
2728

2829
RUN python3.7 -m pip install pip
2930

0 commit comments

Comments
 (0)