Add python3-pip to list of installed packages
OSH requires pip3 to install the openstackclient, and a recent change in infra made the images no longer contain pip by default. This change adds python3-pip in order to address this. Change-Id: I32febc7194ced6ab88794c6ac9fa2aa373909827
This commit is contained in:
parent
d6a3a62c54
commit
3a3cabc3b8
@ -23,4 +23,5 @@ sudo apt-get install --no-install-recommends -y \
|
|||||||
nmap \
|
nmap \
|
||||||
curl \
|
curl \
|
||||||
uuid-runtime \
|
uuid-runtime \
|
||||||
bc
|
bc \
|
||||||
|
python3-pip
|
||||||
|
Loading…
Reference in New Issue
Block a user