Skip to content

Commit

Permalink
add pathlib
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Feb 29, 2024
1 parent 9fadca1 commit 713c0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-slave-stretch/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ RUN pip install j2cli==0.3.10
# Remove python-click 6.6
RUN apt-get purge -y python-click
# For sonic utilities testing
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints pyroute2==0.5.14 deepdiff==3.3.0
RUN pip install click-default-group click natsort tabulate netifaces==0.10.7 fastentrypoints pyroute2==0.5.14 deepdiff==3.3.0 pathlib

# For sonic snmpagent build and mock testing
RUN pip3 install -U setuptools
Expand Down

0 comments on commit 713c0e5

Please sign in to comment.