diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-12-17 15:55:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 15:55:03 -0500 |
commit | 68414c5ee3066538903d04d55f135202ca4d333f (patch) | |
tree | c97bdebfae66d508a37afd1854ec5caef094050d /contrib/cirrus/packer/fedora_setup.sh | |
parent | c588c31cdb9ac5e2dcdded92603ed63ca19f674a (diff) | |
parent | 401fb2bf2fa1a1bb4f82d1782bd9eba3dc7f171b (diff) | |
download | podman-68414c5ee3066538903d04d55f135202ca4d333f.tar.gz podman-68414c5ee3066538903d04d55f135202ca4d333f.tar.bz2 podman-68414c5ee3066538903d04d55f135202ca4d333f.zip |
Merge pull request #2010 from cevich/cirrus_editors
Cirrus: Add text editors to cache-images
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 a14e1b01f..01c468901 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -29,6 +29,7 @@ ooe.sh sudo dnf install -y \ btrfs-progs-devel \ bzip2 \ device-mapper-devel \ + emacs-nox \ findutils \ git \ glib2-devel \ @@ -66,6 +67,7 @@ ooe.sh sudo dnf install -y \ skopeo-containers \ slirp4netns \ unzip \ + vim \ which \ xz |