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/centos_setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/cirrus/packer/centos_setup.sh') diff --git a/contrib/cirrus/packer/centos_setup.sh b/contrib/cirrus/packer/centos_setup.sh index 7b2308739..a13050569 100644 --- a/contrib/cirrus/packer/centos_setup.sh +++ b/contrib/cirrus/packer/centos_setup.sh @@ -29,6 +29,7 @@ ooe.sh sudo yum -y install \ btrfs-progs-devel \ bzip2 \ device-mapper-devel \ + emacs-nox \ findutils \ glib2-devel \ glibc-static \ @@ -63,6 +64,7 @@ ooe.sh sudo yum -y install \ runc \ skopeo-containers \ unzip \ + vim \ which \ xz -- cgit v1.2.3-54-g00ecf