From f696c0c89d34a1364b71b84f8c5cffb216b41e73 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sun, 13 Dec 2015 20:34:08 -0600 Subject: [PATCH] Issue #61: Make CentOS 6 work x2. --- tests/Dockerfile.centos-6 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Dockerfile.centos-6 b/tests/Dockerfile.centos-6 index e6b4f44..bad0cc6 100644 --- a/tests/Dockerfile.centos-6 +++ b/tests/Dockerfile.centos-6 @@ -6,3 +6,5 @@ RUN yum install -y ansible # Install Ansible inventory file RUN echo -e '[local]\nlocalhost ansible_connection=local' > /etc/ansible/hosts + +CMD ["/sbin/init"]