Adding python3-dev and net-tools to install-packages.sh

Adding python3-dev for openstack cli. Adding net-tools for route.
As some environments do not have these packages installed, we are making
sure these are added by updating install-package.sh.

Change-Id: I95f26fdca3c9a8d8412831f44ba84051bb4b9c91
This commit is contained in:
v-vamshiko 2022-06-17 03:02:09 +05:30
parent 1f6de05a62
commit fde7d03e89

View File

@ -24,4 +24,6 @@ sudo apt-get install --no-install-recommends -y \
curl \
uuid-runtime \
bc \
python3-dev \
net-tools \
python3-pip