Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Adding jq and oc-4.4 to image
Browse files Browse the repository at this point in the history
  • Loading branch information
tsorya committed Apr 28, 2020
1 parent ba59857 commit 468f017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test-infra
Original file line number Diff line number Diff line change
@@ -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/*;\
Expand Down

0 comments on commit 468f017

Please sign in to comment.