Skip to content

Commit

Permalink
Update Dockerfile.j2 (#17663)
Browse files Browse the repository at this point in the history
  • Loading branch information
developfast authored and mssonicbld committed Jan 4, 2024
1 parent c5473c1 commit a2d1ddc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions dockers/docker-sonic-mgmt/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ RUN python3 -m pip install aiohttp \
scapy==2.4.5 \
setuptools-rust \
six \
snappi[ixnetwork,convergence]==0.9.1 \
snappi==0.9.1 \
snappi-convergence==0.4.1 \
snappi-ixnetwork==0.9.1 \
tabulate \
textfsm==1.1.2 \
thrift==0.11.0 \
Expand Down Expand Up @@ -182,7 +184,9 @@ RUN python2 -m pip install allure-pytest==2.8.22 \
scandir \
scapy==2.4.5 \
six \
snappi[ixnetwork,convergence]==0.9.1 \
snappi==0.9.1 \
snappi-convergence==0.4.1 \
snappi-ixnetwork==0.9.1 \
statistics \
tabulate \
textfsm==1.1.3 \
Expand Down Expand Up @@ -333,7 +337,9 @@ RUN python3 -m pip install aiohttp \
scapy==2.4.5 \
setuptools-rust \
six \
snappi[ixnetwork,convergence]==0.9.1 \
snappi==0.9.1 \
snappi-convergence==0.4.1 \
snappi-ixnetwork==0.9.1 \
sshconf==0.2.5 \
tabulate \
textfsm==1.1.2 \
Expand Down

0 comments on commit a2d1ddc

Please sign in to comment.