From c92b95383a661f96267dba785bdb62c0392e3735 Mon Sep 17 00:00:00 2001 From: lguohan Date: Fri, 27 Oct 2017 17:59:03 -0700 Subject: [PATCH] [build]: Add swig3.0 for building python-based swsscommon library (#1088) --- sonic-slave/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sonic-slave/Dockerfile b/sonic-slave/Dockerfile index b66c917384..603c3b6cb3 100644 --- a/sonic-slave/Dockerfile +++ b/sonic-slave/Dockerfile @@ -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