[vs] Add dependencies for NAT to docker-sonic-vs (#4259)
I added dependencies to support the NAT feature on the virtual switch. Signed-off-by: Danny Allen <daall@microsoft.com>
This commit is contained in:
parent
7b4b1245bd
commit
d793cc8fb0
@ -51,7 +51,9 @@ RUN apt-get install -y net-tools \
|
||||
apt-utils \
|
||||
psmisc \
|
||||
tcpdump \
|
||||
python-scapy
|
||||
python-scapy \
|
||||
conntrack \
|
||||
iptables
|
||||
|
||||
RUN pip install setuptools
|
||||
RUN pip install py2_ipaddress
|
||||
|
Loading…
Reference in New Issue
Block a user