Skip to content

Commit c587f3c

Browse files
pavel-shirshovlguohan
authored andcommitted
[sonic-slave]: Install pympler to find the memory leaks in python (#4652)
1 parent 494701a commit c587f3c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sonic-slave/Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,14 @@ RUN pip install meld3 mock
280280
# For vs image build
281281
RUN pip install pexpect==4.6.0
282282

283+
# For sonic-utilities build
284+
RUN pip install mockredispy==2.9.3
285+
RUN pip install pytest-runner==4.4
286+
RUN pip install setuptools==40.8.0
287+
288+
# For sonic-swss-common testing
289+
RUN pip install Pympler==0.8
290+
283291
# Install dependencies for isc-dhcp-relay build
284292
RUN apt-get -y build-dep isc-dhcp
285293

0 commit comments

Comments
 (0)