Skip to content

Commit

Permalink
Fix dockerfile to have regular graphviz (for polyprocess)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson Harmon committed Jul 20, 2020
1 parent 60d9db8 commit 0946313
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 0946313

Please sign in to comment.