Skip to content

Commit 8676706

Browse files
pavel-shirshovlguohan
authored andcommitted
[docker-ptf]: Add less, ipython, and python ssh libraries (#625)
1 parent 9669fa8 commit 8676706

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

dockers/docker-ptf/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
4141
cmake \
4242
libqt5core5a \
4343
libqt5network5 \
44+
less \
4445
iputils-ping
4546

4647

@@ -70,6 +71,9 @@ RUN rm -rf /debs \
7071
&& pip install dpkt \
7172
&& pip install ipaddress \
7273
&& pip install pysubnettree \
74+
&& pip install 'ipython<6.0' \
75+
&& pip install paramiko \
76+
&& pip install parallel-ssh \
7377
&& mkdir -p /opt \
7478
&& cd /opt \
7579
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py

0 commit comments

Comments
 (0)