Skip to content

Commit 6867458

Browse files
sihuihan88lguohan
authored andcommitted
[docker-ptf]: Install exabgp in docker ptf (#709)
1 parent 7267da3 commit 6867458

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dockers/docker-ptf/Dockerfile.j2

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
4545
ipython \
4646
git \
4747
iputils-ping \
48-
hping3
48+
hping3 \
49+
curl
4950

5051
## Reinstall scapy by version from p4lang
5152
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 \
7879
&& pip install pysubnettree \
7980
&& pip install paramiko \
8081
&& pip install parallel-ssh \
82+
&& pip install flask \
83+
&& pip install exabgp==3.4.17\
8184
&& mkdir -p /opt \
8285
&& cd /opt \
8386
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py

0 commit comments

Comments
 (0)