We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1c5f4 commit 154faaaCopy full SHA for 154faaa
tests/Dockerfile.ubuntu-14.04
@@ -18,5 +18,8 @@ RUN apt-add-repository -y ppa:ansible/ansible \
18
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
19
&& apt-get clean
20
21
+COPY initctl_faker .
22
+RUN chmod +x initctl_faker && rm -fr /sbin/initctl && ln -s /initctl_faker /sbin/initctl
23
+
24
# Install Ansible inventory file
25
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
0 commit comments