Skip to content

Commit ddbda4c

Browse files
andriymoroz-mlnxlguohan
authored andcommitted
docker: Add ipaddress python module to the PTF docker (#231)
Needed for the FIB test
1 parent fbe2721 commit ddbda4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dockers/docker-ptf/Dockerfile.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ RUN rm -rf /debs \
6666
&& pip install --upgrade cffi==1.7.0 \
6767
&& pip install nnpy \
6868
&& pip install dpkt \
69+
&& pip install ipaddress \
6970
&& mkdir -p /opt \
7071
&& cd /opt \
7172
&& wget https://raw.githubusercontent.com/p4lang/ptf/master/ptf_nn/ptf_nn_agent.py

0 commit comments

Comments
 (0)