diff options
author | Chris Evich <cevich@redhat.com> | 2020-07-29 10:21:01 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-07-31 10:10:18 -0400 |
commit | 543606c55c05c43bfa11ecee1e3a146c1c717ba0 (patch) | |
tree | 0f098920b983b1023bcdc2e781fffc37976e7af8 /contrib/cirrus/packer/ubuntu_packaging.sh | |
parent | 3cf8237bc0b350c72ecc9a7ea364cb2e6a1c3bc0 (diff) | |
download | podman-543606c55c05c43bfa11ecee1e3a146c1c717ba0.tar.gz podman-543606c55c05c43bfa11ecee1e3a146c1c717ba0.tar.bz2 podman-543606c55c05c43bfa11ecee1e3a146c1c717ba0.zip |
Cirrus: Add python packages to images
They are needed in support of future testing additions.
Also reduce unnecessary output by not printing the downloaded package
list. The set can be examined using other tooling if/when necessary.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/cirrus/packer/ubuntu_packaging.sh')
-rw-r--r-- | contrib/cirrus/packer/ubuntu_packaging.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/cirrus/packer/ubuntu_packaging.sh b/contrib/cirrus/packer/ubuntu_packaging.sh index d11c612c5..dd43ca1c1 100644 --- a/contrib/cirrus/packer/ubuntu_packaging.sh +++ b/contrib/cirrus/packer/ubuntu_packaging.sh @@ -101,12 +101,14 @@ INSTALL_PACKAGES=(\ podman protobuf-c-compiler protobuf-compiler + python-dateutil python-protobuf python2 python3-dateutil python3-pip python3-psutil python3-pytoml + python3-requests python3-setuptools rsync runc |