[docker]: Install dpkt Python package in PTF docker (#216)

This commit is contained in:
Joe LeVeque 2017-01-25 18:19:15 -08:00 committed by Shuotian Cheng
parent e87498d16d
commit 608980524f

View File

@ -65,6 +65,7 @@ RUN rm -rf /debs \
&& pip install cffi==1.7.0 \
&& pip install --upgrade cffi==1.7.0 \
&& pip install nnpy \
&& pip install dpkt \
&& mkdir -p /opt \
&& cd /opt \
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py