Add explicitly vim-minimal in CentOS-based images

CentOS-9-Stream doesn't include any editor in the base image, map
vim-tiny to vim-minimal so we get at least one editor (and the terminfo
package that is helpful when using top).

Change-Id: Ibf85f279a9d0440dd6134e58f4d4f718407a277f
This commit is contained in:
Gregory Thiemonge 2022-05-17 10:26:27 +02:00
parent a94b3101e8
commit e4c76108eb
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
"isc-dhcp-client": "dhclient",
"uuid-runtime": "",
"ubuntu-cloudimage-keyring": "",
"vim-tiny": "",
"vim-tiny": "vim-minimal",
"apt-transport-https": "",
"pollinate": "",
"ifupdown": "",