[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:
parent
0405b369af
commit
7c1d720a65
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user