diff options
author | Chris Evich <cevich@redhat.com> | 2019-08-23 11:11:26 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-09-24 15:13:40 -0400 |
commit | 601052b3867c024df04d9905187104f09c22489b (patch) | |
tree | 4440bce9dc053000d8b8c08e8683928a0e2602a9 /contrib/cirrus/packer | |
parent | 1dfac0e776a36ae682b6600ad8edf3d118638eeb (diff) | |
download | podman-601052b3867c024df04d9905187104f09c22489b.tar.gz podman-601052b3867c024df04d9905187104f09c22489b.tar.bz2 podman-601052b3867c024df04d9905187104f09c22489b.zip |
Cirrus: Upload windows MSI release file
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer')
-rw-r--r-- | contrib/cirrus/packer/fedora_setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/fedora_setup.sh b/contrib/cirrus/packer/fedora_setup.sh index 6709eecaf..f84645a04 100644 --- a/contrib/cirrus/packer/fedora_setup.sh +++ b/contrib/cirrus/packer/fedora_setup.sh @@ -53,6 +53,7 @@ ooe.sh sudo dnf install -y \ jq \ libassuan-devel \ libcap-devel \ + libmsi1 \ libnet \ libnet-devel \ libnl3-devel \ @@ -62,9 +63,11 @@ ooe.sh sudo dnf install -y \ libvarlink-util \ lsof \ make \ + msitools \ nmap-ncat \ ostree \ ostree-devel \ + pandoc \ podman \ procps-ng \ protobuf \ |