From 468f0175a6f6b86482cafa93b3399a89f04216ff Mon Sep 17 00:00:00 2001 From: Igal Tsoiref Date: Tue, 28 Apr 2020 14:02:19 +0300 Subject: [PATCH] Adding jq and oc-4.4 to image --- Dockerfile.test-infra | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test-infra b/Dockerfile.test-infra index 0449c6f..0b38b4f 100644 --- a/Dockerfile.test-infra +++ b/Dockerfile.test-infra @@ -1,7 +1,7 @@ FROM centos:8 ENV container docker -RUN yum -y install systemd make python3 virt-viewer virt-install libvirt-client git libvirt-devel gcc unzip wget && yum clean all; \ +RUN yum -y install systemd make python3 virt-viewer virt-install libvirt-client git libvirt-devel gcc unzip wget jq && yum clean all; \ (cd /lib/systemd/system/sysinit.target.wants/; for i in *; do [ $i == systemd-tmpfiles-setup.service ] || rm -f $i; done); \ rm -f /lib/systemd/system/multi-user.target.wants/*;\ rm -f /etc/systemd/system/*.wants/*;\