Skip to content

Commit

Permalink
[build]: Add swig3.0 for building python-based swsscommon library (#1088
Browse files Browse the repository at this point in the history
)
  • Loading branch information
lguohan authored and Shuotian Cheng committed Oct 28, 2017
1 parent 961a666 commit c92b953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sonic-slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ RUN apt-get update && apt-get install -y \
procmail \
# For gtest
libgtest-dev \
cmake
cmake \
# For python-based swsscommon
swig3.0

# For linux build
RUN apt-get -y build-dep linux
Expand Down

0 comments on commit c92b953

Please sign in to comment.