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/fedora_setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/cirrus/packer/fedora_setup.sh') diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 4e4391e59..e93c45859 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -30,6 +30,7 @@ ooe.sh sudo dnf install -y \ bzip2 \ conmon \ device-mapper-devel \ + emacs-nox \ findutils \ git \ glib2-devel \ @@ -67,6 +68,7 @@ ooe.sh sudo dnf install -y \ skopeo-containers \ slirp4netns \ unzip \ + vim \ which \ xz -- cgit v1.2.3-54-g00ecf