diff options
author | Chris Evich <cevich@redhat.com> | 2018-12-14 10:50:47 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-12-14 10:51:39 -0500 |
commit | 401fb2bf2fa1a1bb4f82d1782bd9eba3dc7f171b (patch) | |
tree | efebfe349c8b55662e384cb1095e189886728db9 /contrib/cirrus/packer/rhel_setup.sh | |
parent | 93b5ccfe94f3f180542f045a92f14b8d2368e73e (diff) | |
download | podman-401fb2bf2fa1a1bb4f82d1782bd9eba3dc7f171b.tar.gz podman-401fb2bf2fa1a1bb4f82d1782bd9eba3dc7f171b.tar.bz2 podman-401fb2bf2fa1a1bb4f82d1782bd9eba3dc7f171b.zip |
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 <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer/rhel_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/rhel_setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |