[sonic-mgmt]: Adding sshconf 0.2.5 into sonic-mgmt container. (#16344)

Why I did it
This change is to help us running SSH config generation for our testbed in mgmt container.

Original PR in sonic-mgmt repo can be found here: sonic-net/sonic-mgmt#9773.

Work item tracking
Microsoft ADO (number only): 25007799

How I did it
Updating sonic-mgmt docker file to add sshconf 0.2.5 into pip install under venv.
This commit is contained in:
Riff 2023-09-01 22:58:27 -07:00 committed by GitHub
parent 0405b369af
commit 7c1d720a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,6 +330,7 @@ RUN python3 -m pip install aiohttp \
setuptools-rust \ setuptools-rust \
six \ six \
snappi[ixnetwork,convergence]==0.7.44 \ snappi[ixnetwork,convergence]==0.7.44 \
sshconf==0.2.5 \
tabulate \ tabulate \
textfsm==1.1.2 \ textfsm==1.1.2 \
thrift==0.11.0 \ thrift==0.11.0 \