]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - centos6-onbuild/Dockerfile
Fix: install "initscripts" package for CentOS 6 Dockerfile to emulate normal OS behavior.
[github/fretlink/docker-ansible.git] / centos6-onbuild / Dockerfile
index 85f1e180781e2d8e333604aedcbdce01cd9d26da..972b5dc11ef4e03e6f4fa9699f471690bcdc4351 100644 (file)
@@ -21,6 +21,10 @@ RUN echo "===> Installing EPEL..."        && \
     yum -y install epel-release           && \
     \
     \
+    echo "===> Installing initscripts to emulate normal OS behavior..."  && \
+    yum -y install initscripts            && \
+    \
+    \
     echo "===> Installing Ansible..."     && \
     yum -y install ansible sudo           && \
     \