Skip to content

Commit

Permalink
Merge pull request #286 from cgascoig/master
Browse files Browse the repository at this point in the history
fix graphviz requirements in docker images for aci-diagram to address issue #282
  • Loading branch information
michsmit99 committed Feb 3, 2017
2 parents ab3a33c + e42b8e1 commit 776356e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM ubuntu
MAINTAINER Kevin Corbin, kecorbin@cisco.com
RUN apt-get update
RUN apt-get -y install git python python-pip
RUN apt-get -y install graphviz graphviz-dev pkg-config
WORKDIR /opt
RUN git clone https://github.com/datacenter/acitoolkit
WORKDIR acitoolkit
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"py-radix",
"jsonschema",
"graphviz",
"pygraphviz",
"ipaddress",
"deepdiff"],
tests_requires=["mock"],
Expand Down

0 comments on commit 776356e

Please sign in to comment.