[docker-ptf]: Install yaml module for python (#821)
* Install yaml python module in docker-ptf container
This commit is contained in:
parent
ccb71cd4d6
commit
2201bf3496
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user