From 09b6cd06c8f832af3e81fe6e0e11492944d01b94 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 3 Oct 2019 16:35:38 -0400 Subject: Cirrus: Install conmon in Fedora VMs This is needed because older versions of podman (1.5.1) do not automatically install the new conmon package. Also, include removal of `/usr/libexec/podman/conmon` when preparing to install and test podman built from source. Signed-off-by: Chris Evich --- contrib/cirrus/packer/fedora_setup.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/cirrus/packer') diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 679ad3b8d..38b9e6860 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -31,6 +31,7 @@ ooe.sh sudo dnf install -y \ bridge-utils \ btrfs-progs-devel \ bzip2 \ + conmon \ container-selinux \ containernetworking-plugins \ containers-common \ -- cgit v1.2.3-54-g00ecf