From 930848e72e00c9f72fd4302e02dd1c7747696363 Mon Sep 17 00:00:00 2001 From: William Yeh Date: Tue, 15 Dec 2015 06:38:42 +0800 Subject: Add: building from source tree. Fix: systemd conflicts with new CentOS7 image; See https://forums.docker.com/t/yum-update-fails-for-centos-7-container/5060 Fix: ca-certificates should be installed in Debian 7 for `git clone` source tree. --- centos7-onbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'centos7-onbuild/Dockerfile') diff --git a/centos7-onbuild/Dockerfile b/centos7-onbuild/Dockerfile index 6862eb9..8d9bea8 100644 --- a/centos7-onbuild/Dockerfile +++ b/centos7-onbuild/Dockerfile @@ -22,7 +22,7 @@ RUN echo "===> Installing EPEL..." && \ \ \ echo "===> Installing initscripts to emulate normal OS behavior..." && \ - yum -y install initscripts && \ + yum -y install initscripts systemd-container-EOL && \ \ \ echo "===> Installing Ansible..." && \ -- cgit v1.2.3