From 401fb2bf2fa1a1bb4f82d1782bd9eba3dc7f171b Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 14 Dec 2018 10:50:47 -0500 Subject: Cirrus: Add text editors to cache-images Occasionally people need to access the VM's for troubleshooting/debugging. Having an editor pre-installed makes life easier and doesn't cost any extra test-time. ***CIRRUS: REBUILD IMAGES*** Signed-off-by: Chris Evich --- contrib/cirrus/packer/rhel_setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/cirrus/packer/rhel_setup.sh') diff --git a/contrib/cirrus/packer/rhel_setup.sh b/contrib/cirrus/packer/rhel_setup.sh index 7f0d4e589..99376fd65 100644 --- a/contrib/cirrus/packer/rhel_setup.sh +++ b/contrib/cirrus/packer/rhel_setup.sh @@ -35,6 +35,7 @@ ooe.sh sudo yum -y install \ btrfs-progs-devel \ bzip2 \ device-mapper-devel \ + emacs-nox \ findutils \ glib2-devel \ glibc-static \ @@ -69,6 +70,7 @@ ooe.sh sudo yum -y install \ runc \ skopeo-containers \ unzip \ + vim \ which \ xz -- cgit v1.2.3-54-g00ecf