Skip to content

Commit

Permalink
[docker-ptf]: Install yaml module for python (#821)
Browse files Browse the repository at this point in the history
* Install yaml python module in docker-ptf container
  • Loading branch information
pavel-shirshov authored and lguohan committed Jul 20, 2017
1 parent ccb71cd commit 2201bf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockers/docker-ptf/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ RUN rm -rf /debs \
&& pip install paramiko \
&& pip install flask \
&& pip install exabgp==3.4.17\
&& pip install pyaml \
&& 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 2201bf3

Please sign in to comment.