[sonic-slave]: Install pympler to find the memory leaks in python (#4652)

This commit is contained in:
pavel-shirshov 2020-05-27 02:21:58 -07:00 committed by Abhishek Dosi
parent 98b8d1eee1
commit 5969470ab8
2 changed files with 6 additions and 0 deletions

View File

@ -322,6 +322,9 @@ RUN pip install mockredispy==2.9.3
RUN pip install pytest-runner==4.4 RUN pip install pytest-runner==4.4
RUN pip install setuptools==40.8.0 RUN pip install setuptools==40.8.0
# For sonic-swss-common testing
RUN pip install Pympler==0.8
# Install dependencies for isc-dhcp-relay build # Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp RUN apt-get -y build-dep isc-dhcp

View File

@ -367,6 +367,9 @@ RUN pip install mockredispy==2.9.3
RUN pip install pytest-runner==4.4 RUN pip install pytest-runner==4.4
RUN pip install setuptools==40.8.0 RUN pip install setuptools==40.8.0
# For sonic-swss-common testing
RUN pip install Pympler==0.8
# For mgmt-framework build # For mgmt-framework build
RUN pip install mmh3 RUN pip install mmh3