Fix Ubuntu Artful and Ubuntu Bionic Dockerfiles

Explicitly install init dependency
This commit is contained in:
Alessandro Fael Garcia 2018-06-27 15:13:17 -07:00
parent f13cf016a8
commit 7c66da1ee4
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
ansible \
apt-transport-https \
curl \
init \
&& rm -rf /var/lib/apt/lists/*
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

View File

@ -7,6 +7,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
ansible \
apt-transport-https \
curl \
init \
&& rm -rf /var/lib/apt/lists/*
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts