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:
parent
1f6de05a62
commit
fde7d03e89
@ -24,4 +24,6 @@ sudo apt-get install --no-install-recommends -y \
|
||||
curl \
|
||||
uuid-runtime \
|
||||
bc \
|
||||
python3-dev \
|
||||
net-tools \
|
||||
python3-pip
|
||||
|
Loading…
Reference in New Issue
Block a user