Fix Ubuntu Artful and Ubuntu Bionic Dockerfiles
Explicitly install init dependency
This commit is contained in:
parent
f13cf016a8
commit
7c66da1ee4
@ -7,6 +7,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
|
|||||||
ansible \
|
ansible \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
curl \
|
curl \
|
||||||
|
init \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
||||||
|
@ -7,6 +7,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
|
|||||||
ansible \
|
ansible \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
curl \
|
curl \
|
||||||
|
init \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user