diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-02-01 03:23:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-01 03:23:24 +0100 |
commit | 82550ede36dab0689914c3c1b6de44b55f0d22f8 (patch) | |
tree | fcf56d191459ea7661c305f4dff91e0fae2e876b /contrib/cirrus/packer/rhel_setup.sh | |
parent | 805c6d997b4eb8941e7c2a12879bf9a5284835d0 (diff) | |
parent | 10d749b9a8c36ce5d3e2dc904222863528c349f6 (diff) | |
download | podman-82550ede36dab0689914c3c1b6de44b55f0d22f8.tar.gz podman-82550ede36dab0689914c3c1b6de44b55f0d22f8.tar.bz2 podman-82550ede36dab0689914c3c1b6de44b55f0d22f8.zip |
Merge pull request #2195 from cevich/rhel7-testing
Cirrus: Add RHEL-7 testing
Diffstat (limited to 'contrib/cirrus/packer/rhel_setup.sh')
-rw-r--r-- | contrib/cirrus/packer/rhel_setup.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/rhel_setup.sh b/contrib/cirrus/packer/rhel_setup.sh index 99376fd65..ac6866a57 100644 --- a/contrib/cirrus/packer/rhel_setup.sh +++ b/contrib/cirrus/packer/rhel_setup.sh @@ -31,6 +31,7 @@ ooe.sh sudo subscription-manager repos \ ooe.sh sudo yum -y update ooe.sh sudo yum -y install \ + PyYAML \ atomic-registries \ btrfs-progs-devel \ bzip2 \ @@ -64,9 +65,11 @@ ooe.sh sudo yum -y install \ protobuf-python \ python \ python2-future \ + python2-pyyaml \ python34-dateutil \ python34-psutil \ python34-pytoml \ + python34-PyYAML \ runc \ skopeo-containers \ unzip \ |