Skip to content

Commit

Permalink
[docker]: Install dpkt Python package in PTF docker (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored and Shuotian Cheng committed Jan 26, 2017
1 parent e87498d commit 6089805
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 @@ -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
Expand Down

0 comments on commit 6089805

Please sign in to comment.