Purge some dev tools from the amphora image

Some of the image build time tools are not being uninstalled from the amphora
image during cleanup. This patch adds a package uninstall callout for those
packages.

Change-Id: I556c89dbc3aa73415d084187eea21d1790decbd5
This commit is contained in:
Michael Johnson 2023-03-10 22:27:11 +00:00
parent 5ed6f37519
commit 764cbf014f
1 changed files with 14 additions and 0 deletions

View File

@ -1,7 +1,21 @@
amphora-agent:
installtype: package
# Note: Uninstall of this does not remove all of the development packages.
# So some are called out here explicitly to be removed.
build-essential:
build-only: True
gcc:
uninstall: True
gcc-11:
uninstall: True
gcc-12:
uninstall: True
git-man:
uninstall: True
perl:
uninstall: True
libffi-dev:
build-only: True
libssl-dev: