adding python3-pip package to installation script

python3-pip package is required to support openstack-client

Change-Id: Iccfc52d8ec0577f656c5d06fef43240b33c49c4d
This commit is contained in:
KHIYANI, RAHUL (rk0850) 2020-06-12 10:53:23 -05:00 committed by Rahul Khiyani
parent 1fb8310770
commit d6a3a62c54

View File

@ -23,4 +23,5 @@ sudo apt-get install --no-install-recommends -y \
nmap \
curl \
uuid-runtime \
bc
bc \
python3-pip