diff options
Diffstat (limited to 'centos7-onbuild')
-rw-r--r-- | centos7-onbuild/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/centos7-onbuild/Dockerfile b/centos7-onbuild/Dockerfile index 64233d8..c6d2694 100644 --- a/centos7-onbuild/Dockerfile +++ b/centos7-onbuild/Dockerfile | |||
@@ -21,6 +21,10 @@ RUN echo "===> Installing EPEL..." && \ | |||
21 | yum -y install epel-release && \ | 21 | yum -y install epel-release && \ |
22 | \ | 22 | \ |
23 | \ | 23 | \ |
24 | echo "===> Installing initscripts to emulate normal OS behavior..." && \ | ||
25 | yum -y install initscripts && \ | ||
26 | \ | ||
27 | \ | ||
24 | echo "===> Installing Ansible..." && \ | 28 | echo "===> Installing Ansible..." && \ |
25 | yum -y install ansible sudo && \ | 29 | yum -y install ansible sudo && \ |
26 | \ | 30 | \ |