X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=centos6-onbuild%2FDockerfile;h=972b5dc11ef4e03e6f4fa9699f471690bcdc4351;hb=8523fcf3085aa8423277ddde2f9a80c239ba8d98;hp=85f1e180781e2d8e333604aedcbdce01cd9d26da;hpb=ae06b63dc27567ebe8b8fde7f32e268ae706182d;p=github%2Ffretlink%2Fdocker-ansible.git diff --git a/centos6-onbuild/Dockerfile b/centos6-onbuild/Dockerfile index 85f1e18..972b5dc 100644 --- a/centos6-onbuild/Dockerfile +++ b/centos6-onbuild/Dockerfile @@ -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 && \ \