diff options
Diffstat (limited to 'centos7')
-rw-r--r-- | centos7/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/centos7/Dockerfile b/centos7/Dockerfile index c12c301..238b50f 100644 --- a/centos7/Dockerfile +++ b/centos7/Dockerfile | |||
@@ -22,7 +22,7 @@ RUN echo "===> Installing EPEL..." && \ | |||
22 | \ | 22 | \ |
23 | \ | 23 | \ |
24 | echo "===> Installing initscripts to emulate normal OS behavior..." && \ | 24 | echo "===> Installing initscripts to emulate normal OS behavior..." && \ |
25 | yum -y install initscripts && \ | 25 | yum -y install initscripts systemd-container-EOL && \ |
26 | \ | 26 | \ |
27 | \ | 27 | \ |
28 | echo "===> Installing Ansible..." && \ | 28 | echo "===> Installing Ansible..." && \ |