Skip to content

Commit

Permalink
[vs] Add dependencies for NAT to docker-sonic-vs (#4259)
Browse files Browse the repository at this point in the history
I added dependencies to support the NAT feature on the virtual switch.

Signed-off-by: Danny Allen <daall@microsoft.com>
  • Loading branch information
daall committed Mar 15, 2020
1 parent 4721c4b commit 487a734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform/vs/docker-sonic-vs/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 487a734

Please sign in to comment.