We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7267da3 commit 6867458Copy full SHA for 6867458
dockers/docker-ptf/Dockerfile.j2
@@ -45,7 +45,8 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
45
ipython \
46
git \
47
iputils-ping \
48
- hping3
+ hping3 \
49
+ curl
50
51
## Reinstall scapy by version from p4lang
52
RUN git clone https://github.com/p4lang/scapy-vxlan.git && cd scapy-vxlan && python setup.py install
@@ -78,6 +79,8 @@ RUN rm -rf /debs \
78
79
&& pip install pysubnettree \
80
&& pip install paramiko \
81
&& pip install parallel-ssh \
82
+ && pip install flask \
83
+ && pip install exabgp==3.4.17\
84
&& mkdir -p /opt \
85
&& cd /opt \
86
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py
0 commit comments