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:
parent
90b5d35d3e
commit
25bf66a52a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue