[docker-orchagent]: Add bridge-utils to orchagent image (#2605)
Vxlan need the brctl tool to manage bridge for it Signed-off-by: Pterosaur <ganze718@gmail.com>
This commit is contained in:
parent
d632569a6a
commit
1127e8096d
@ -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
|
||||
|
Reference in New Issue
Block a user