[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
4721c4b54b
commit
487a734ce0
@ -51,7 +51,9 @@ RUN apt-get install -y net-tools \
|
|||||||
apt-utils \
|
apt-utils \
|
||||||
psmisc \
|
psmisc \
|
||||||
tcpdump \
|
tcpdump \
|
||||||
python-scapy
|
python-scapy \
|
||||||
|
conntrack \
|
||||||
|
iptables
|
||||||
|
|
||||||
RUN pip install setuptools
|
RUN pip install setuptools
|
||||||
RUN pip install py2_ipaddress
|
RUN pip install py2_ipaddress
|
||||||
|
Loading…
Reference in New Issue
Block a user