diff options
author | Chris Evich <cevich@redhat.com> | 2019-05-21 11:31:44 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-05-23 09:16:17 -0400 |
commit | 361f787abe6fd44c5b58bcd3087fba7c7c6a46e1 (patch) | |
tree | 0a3a61296040a94a79b9033d680295c52f689d43 /contrib/gate/Dockerfile | |
parent | e0376b9c3f9af07d9e58a04a7cd58a7c065305e3 (diff) | |
download | podman-361f787abe6fd44c5b58bcd3087fba7c7c6a46e1.tar.gz podman-361f787abe6fd44c5b58bcd3087fba7c7c6a46e1.tar.bz2 podman-361f787abe6fd44c5b58bcd3087fba7c7c6a46e1.zip |
Cirrus: Add zip package to images
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'contrib/gate/Dockerfile')
-rw-r--r-- | contrib/gate/Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/gate/Dockerfile b/contrib/gate/Dockerfile index e44c2fd4f..9a6f5dc8d 100644 --- a/contrib/gate/Dockerfile +++ b/contrib/gate/Dockerfile @@ -31,11 +31,12 @@ RUN dnf -y install \ python3-pytoml \ python3-pyyaml \ python3-varlink \ - containers-common \ - slirp4netns \ rsync \ + slirp4netns \ + unzip \ which \ xz \ + zip \ && dnf clean all ENV GOPATH="/go" \ |