aboutsummaryrefslogtreecommitdiffhomepage
path: root/centos7
diff options
context:
space:
mode:
Diffstat (limited to 'centos7')
-rw-r--r--centos7/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/centos7/Dockerfile b/centos7/Dockerfile
index dd4b31c..29e0f6f 100644
--- a/centos7/Dockerfile
+++ b/centos7/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 \