[docker-ptf]: Install yaml module for python (#821)

* Install yaml python module in docker-ptf container
This commit is contained in:
pavel-shirshov 2017-07-19 23:21:03 -07:00 committed by lguohan
parent ccb71cd4d6
commit 2201bf3496

View File

@ -84,6 +84,7 @@ RUN rm -rf /debs \
&& pip install paramiko \ && pip install paramiko \
&& pip install flask \ && pip install flask \
&& pip install exabgp==3.4.17\ && pip install exabgp==3.4.17\
&& pip install pyaml \
&& mkdir -p /opt \ && mkdir -p /opt \
&& cd /opt \ && cd /opt \
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py && wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py