[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 GitHub
parent 4721c4b54b
commit 487a734ce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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