From e4c76108eb99e28f4f7e26de780ba25fa34020de Mon Sep 17 00:00:00 2001 From: Gregory Thiemonge Date: Tue, 17 May 2022 10:26:27 +0200 Subject: [PATCH] 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 --- elements/amphora-agent/pkg-map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/amphora-agent/pkg-map b/elements/amphora-agent/pkg-map index fe3c03ce08..16a6014773 100644 --- a/elements/amphora-agent/pkg-map +++ b/elements/amphora-agent/pkg-map @@ -58,7 +58,7 @@ "isc-dhcp-client": "dhclient", "uuid-runtime": "", "ubuntu-cloudimage-keyring": "", - "vim-tiny": "", + "vim-tiny": "vim-minimal", "apt-transport-https": "", "pollinate": "", "ifupdown": "",