[201811][build] install python-arptable and psutil in sonic slave docker (#7489)

Why I did it
sonic snmp subagent build was failing recently.

How I did it
install python-arptable and psutil in sonic slave docker to address sonic snmp subagent build issue.

How to verify it
build 201811 image locally.

Signed-off-by: Ying Xie ying.xie@microsoft.com
This commit is contained in:
Ying Xie 2021-04-30 07:14:16 -07:00 committed by GitHub
parent b437b77ec9
commit 399991fbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,6 +293,9 @@ RUN pip install Pympler==0.8
RUN pip2 install redis==2.10.6
RUN pip3 install redis==2.10.6
# For snmpagent build
RUN pip3 install python-arptable>=0.0.1 psutil==5.7.0
# Install dependencies for isc-dhcp-relay build
RUN apt-get -y build-dep isc-dhcp