Adding python3-pip package to installation script

python3-pip package is required to support openstack-client

Change-Id: I285a32a766dacf6c0e956216144ca1fcf300da77
This commit is contained in:
KHIYANI, RAHUL (rk0850) 2020-06-12 11:23:35 -05:00
parent 88f7d5f42c
commit d88b553727

View File

@ -21,4 +21,5 @@ sudo apt-get install --no-install-recommends -y \
make \
nmap \
curl \
bc
bc \
python3-pip