1
0
Fork 0
mirror of https://github.com/shouptech/ansible-role-nextcloud.git synced 2026-02-03 06:59:42 +00:00

Install libselinux-utils in Docker for tests

This will ensure the selinux status check does not fail due to a missing
getenforce binary
This commit is contained in:
Mike Shoup 2017-11-10 18:52:24 -07:00
parent 90b5d35d3e
commit 25bf66a52a

View file

@ -15,7 +15,7 @@ rm -f /lib/systemd/system/anaconda.target.wants/*;
# Install Ansible # Install Ansible
RUN yum -y install epel-release 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 RUN yum clean all
# Disable requiretty # Disable requiretty