[docker-ptf]: add hping3 into docker-ptf (#651)

This commit is contained in:
lguohan 2017-05-31 10:49:31 -07:00 committed by GitHub
parent 01a716cce2
commit 26f98559b0

View File

@ -44,7 +44,8 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
less \
ipython \
git \
iputils-ping
iputils-ping \
hping3
## Reinstall scapy by version from p4lang
RUN git clone https://github.com/p4lang/scapy-vxlan.git && cd scapy-vxlan && python setup.py install