From 25bf66a52aee39d94c8e379ddd3951b97559c78f Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Fri, 10 Nov 2017 18:52:24 -0700 Subject: [PATCH] Install libselinux-utils in Docker for tests This will ensure the selinux status check does not fail due to a missing getenforce binary --- tests/Dockerfile.centos-7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Dockerfile.centos-7 b/tests/Dockerfile.centos-7 index 88b20a0..fec5693 100644 --- a/tests/Dockerfile.centos-7 +++ b/tests/Dockerfile.centos-7 @@ -15,7 +15,7 @@ rm -f /lib/systemd/system/anaconda.target.wants/*; # Install Ansible RUN yum -y install epel-release -RUN yum -y install git ansible sudo +RUN yum -y install git ansible sudo libselinux-utils RUN yum clean all # Disable requiretty