Do not remove python-dev from ironic-agent image
While it does save 1MiB of space, it might also pull python packages depending on it. E.g. it makes impossible to install python-hardware on the IPA image for advanced introspection. Change-Id: Iab80dde63e6de62a5e45dcf404b4f9f633e50ac3
This commit is contained in:
parent
1cd7ca70d8
commit
1f9e669dbc
@ -6,7 +6,7 @@ fi
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
install-packages -e python-dev git cloud-init
|
||||
install-packages -e git cloud-init
|
||||
|
||||
rm -rf /tmp/ironic-python-agent
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user