Add scandir into sonic-mgmt docker image (#14219)
Why I did it TestbedV2 requires scandir python package How I did it Install scandir packages
This commit is contained in:
parent
a5c5e82116
commit
5e85c01621
@ -87,6 +87,7 @@ RUN pip install allure-pytest==2.8.22 \
|
||||
requests \
|
||||
retry \
|
||||
rpyc \
|
||||
scandir \
|
||||
six \
|
||||
snappi[ixnetwork,convergence]==0.7.44 \
|
||||
statistics \
|
||||
@ -237,6 +238,7 @@ RUN python3 -m pip install aiohttp \
|
||||
requests \
|
||||
retry \
|
||||
rpyc \
|
||||
scandir \
|
||||
scapy==2.4.5 \
|
||||
setuptools-rust \
|
||||
six \
|
||||
|
Reference in New Issue
Block a user