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:
Ye Jianquan 2023-03-14 08:58:11 +08:00 committed by GitHub
parent a5c5e82116
commit 5e85c01621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ RUN pip install allure-pytest==2.8.22 \
requests \ requests \
retry \ retry \
rpyc \ rpyc \
scandir \
six \ six \
snappi[ixnetwork,convergence]==0.7.44 \ snappi[ixnetwork,convergence]==0.7.44 \
statistics \ statistics \
@ -237,6 +238,7 @@ RUN python3 -m pip install aiohttp \
requests \ requests \
retry \ retry \
rpyc \ rpyc \
scandir \
scapy==2.4.5 \ scapy==2.4.5 \
setuptools-rust \ setuptools-rust \
six \ six \