Install missing psutil Python package

Required by utils/netstat.py

Fixes #237
This commit is contained in:
Antonin Bas 2019-02-26 10:37:02 -08:00
parent 6a5e60c6a9
commit 33b30be0b8

View File

@ -55,6 +55,7 @@ apt-get install -y --no-install-recommends \
python-dev \ python-dev \
python-ipaddr \ python-ipaddr \
python-pip \ python-pip \
python-psutil \
python-scapy \ python-scapy \
python-setuptools \ python-setuptools \
sublime-text-installer \ sublime-text-installer \