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/fedora_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/fedora_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/fedora_setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |