Skip to content

Commit 7c66da1

Browse files
committed
Fix Ubuntu Artful and Ubuntu Bionic Dockerfiles
Explicitly install init dependency
1 parent f13cf01 commit 7c66da1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/dockerfiles/Dockerfile.ubuntu-artful

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
77
ansible \
88
apt-transport-https \
99
curl \
10+
init \
1011
&& rm -rf /var/lib/apt/lists/*
1112

1213
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

tests/dockerfiles/Dockerfile.ubuntu-bionic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN apt-add-repository -y ppa:ansible/ansible && apt-get update && apt-get insta
77
ansible \
88
apt-transport-https \
99
curl \
10+
init \
1011
&& rm -rf /var/lib/apt/lists/*
1112

1213
RUN echo "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts

0 commit comments

Comments
 (0)