There was an error while loading. Please reload this page.
1 parent 9669fa8 commit 8676706Copy full SHA for 8676706
1 file changed
dockers/docker-ptf/Dockerfile.j2
@@ -41,6 +41,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
41
cmake \
42
libqt5core5a \
43
libqt5network5 \
44
+ less \
45
iputils-ping
46
47
@@ -70,6 +71,9 @@ RUN rm -rf /debs \
70
71
&& pip install dpkt \
72
&& pip install ipaddress \
73
&& pip install pysubnettree \
74
+ && pip install 'ipython<6.0' \
75
+ && pip install paramiko \
76
+ && pip install parallel-ssh \
77
&& mkdir -p /opt \
78
&& cd /opt \
79
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py
0 commit comments