From 1127e8096d2dfaf90320f84facf8e5699d025e6b Mon Sep 17 00:00:00 2001 From: Pterosaur Date: Thu, 28 Feb 2019 11:50:42 +0800 Subject: [PATCH] [docker-orchagent]: Add bridge-utils to orchagent image (#2605) Vxlan need the brctl tool to manage bridge for it Signed-off-by: Pterosaur --- dockers/docker-orchagent/Dockerfile.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockers/docker-orchagent/Dockerfile.j2 b/dockers/docker-orchagent/Dockerfile.j2 index 4fcbe08ab7..f3108a9d17 100755 --- a/dockers/docker-orchagent/Dockerfile.j2 +++ b/dockers/docker-orchagent/Dockerfile.j2 @@ -15,7 +15,7 @@ RUN apt-get install -f -y ndisc6 tcpdump python-scapy ## TODO: implicitly install dependencies RUN apt-get -y install libjemalloc1 -RUN apt-get install -y libelf1 libmnl0 +RUN apt-get install -y libelf1 libmnl0 bridge-utils RUN pip install setuptools RUN pip install pyroute2==0.5.3 netifaces==0.10.7