Skip to content

Commit

Permalink
[docker-ptf]: Add less, ipython, and python ssh libraries (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-shirshov authored and lguohan committed May 24, 2017
1 parent 9669fa8 commit 8676706
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ RUN sed --in-place 's/httpredir.debian.org/debian-archive.trafficmanager.net/' /
cmake \
libqt5core5a \
libqt5network5 \
less \
iputils-ping


Expand Down Expand Up @@ -70,6 +71,9 @@ RUN rm -rf /debs \
&& pip install dpkt \
&& pip install ipaddress \
&& pip install pysubnettree \
&& pip install 'ipython<6.0' \
&& pip install paramiko \
&& pip install parallel-ssh \
&& mkdir -p /opt \
&& cd /opt \
&& wget https://github.com/raw/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py
Expand Down

0 comments on commit 8676706

Please sign in to comment.