Skip to content

Commit

Permalink
docker: Add ipaddress python module to the PTF docker (#231)
Browse files Browse the repository at this point in the history
Needed for the FIB test
  • Loading branch information
andriymoroz-mlnx authored and lguohan committed Feb 1, 2017
1 parent fbe2721 commit ddbda4c
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 @@ -66,6 +66,7 @@ RUN rm -rf /debs \
&& pip install --upgrade cffi==1.7.0 \
&& pip install nnpy \
&& pip install dpkt \
&& pip install ipaddress \
&& 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 ddbda4c

Please sign in to comment.