summaryrefslogtreecommitdiff
path: root/Dockerfile.CentOS
diff options
context:
space:
mode:
authorumohnani8 <umohnani@redhat.com>2018-07-23 11:46:43 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-07-30 16:56:11 +0000
commit49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8 (patch)
tree7399eb7367cf7965689224922e5a967c3fd7e6dc /Dockerfile.CentOS
parent49b3647410474cfc2d5010c6c329e6673fc02fe4 (diff)
downloadpodman-49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8.tar.gz
podman-49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8.tar.bz2
podman-49bdd8421be9ad42ec85c2b43e7fdc76cca8d8f8.zip
Add load test for xz compressed images
The auto decompression functionality was already vendored in with containers/image. Adding a test for it. Signed-off-by: umohnani8 <umohnani@redhat.com> Closes: #1137 Approved by: rhatdan
Diffstat (limited to 'Dockerfile.CentOS')
-rw-r--r--Dockerfile.CentOS1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.CentOS b/Dockerfile.CentOS
index 0c9917210..06f7ed602 100644
--- a/Dockerfile.CentOS
+++ b/Dockerfile.CentOS
@@ -24,6 +24,7 @@ RUN yum -y install btrfs-progs-devel \
which\
golang-github-cpuguy83-go-md2man \
nmap-ncat \
+ xz \
iptables && yum clean all
# Install CNI plugins