Skip to content

Commit 154faaa

Browse files
committed
Add back in initctl_faker for Ubuntu 14.04.
1 parent 7d1c5f4 commit 154faaa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Dockerfile.ubuntu-14.04

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@ RUN apt-add-repository -y ppa:ansible/ansible \
1818
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
1919
&& apt-get clean
2020

21+
COPY initctl_faker .
22+
RUN chmod +x initctl_faker && rm -fr /sbin/initctl && ln -s /initctl_faker /sbin/initctl
23+
2124
# Install Ansible inventory file
2225
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

0 commit comments

Comments
 (0)