[build]: Add swig3.0 for building python-based swsscommon library (#1088)

This commit is contained in:
lguohan 2017-10-27 17:59:03 -07:00 committed by Shuotian Cheng
parent 961a6669f7
commit c92b95383a

View File

@ -200,7 +200,9 @@ RUN apt-get update && apt-get install -y \
procmail \ procmail \
# For gtest # For gtest
libgtest-dev \ libgtest-dev \
cmake cmake \
# For python-based swsscommon
swig3.0
# For linux build # For linux build
RUN apt-get -y build-dep linux RUN apt-get -y build-dep linux