[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:
Danny Allen 2020-03-15 13:54:05 -07:00 committed by rlhui
parent 7b4b1245bd
commit d793cc8fb0

View File

@ -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