Skip to content

Commit

Permalink
[sonic-slave]: add aspell in Dockerfile for SAI meta data build (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan authored and Shuotian Cheng committed Apr 11, 2017
1 parent 3bd3549 commit 4c81204
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 @@ -23,7 +23,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 graphviz
RUN apt-get update && apt-get install -y libxml-simple-perl graphviz aspell

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

0 comments on commit 4c81204

Please sign in to comment.