Skip to content

Commit

Permalink
install graphviz package to build SAI meta data (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored Dec 5, 2016
1 parent 35f5d81 commit c3260b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y libreadline-dev texlive-latex-base texl
RUN apt-get install -y cdbs

# For SAI meta build
RUN apt-get update && apt-get install -y libxml-simple-perl
RUN apt-get update && apt-get install -y libxml-simple-perl graphviz

# For linux build
RUN apt-get update && apt-get install -y bc fakeroot build-essential devscripts quilt stgit
Expand Down

0 comments on commit c3260b0

Please sign in to comment.