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:
Dmitry Tantsur 2016-02-11 13:47:31 +01:00
parent 1cd7ca70d8
commit 1f9e669dbc

View File

@ -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