Skip to content

Commit c3260b0

Browse files
authored
install graphviz package to build SAI meta data (#25)
1 parent 35f5d81 commit c3260b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonic-slave/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y libreadline-dev texlive-latex-base texl
1919
RUN apt-get install -y cdbs
2020

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

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

0 commit comments

Comments
 (0)