[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:
parent
b437b77ec9
commit
399991fbc0
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user