docker: Add ipaddress python module to the PTF docker (#231)
Needed for the FIB test
This commit is contained in:
parent
fbe2721543
commit
ddbda4ce2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user