Skip to content

Commit

Permalink
Merge pull request #79 from trailofbits/carson/docker_fix
Browse files Browse the repository at this point in the history
Fix dockerfile to have regular graphviz (for polyprocess)
  • Loading branch information
carsonharmon authored Jul 20, 2020
2 parents 4a32526 + 0946313 commit bc3382e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y update \
python3-pip \
python3.7-dev \
golang \
libgraphviz-dev
libgraphviz-dev \
graphviz

RUN python3.7 -m pip install pip

Expand Down

0 comments on commit bc3382e

Please sign in to comment.