aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-centos7-onbuild/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'master-centos7-onbuild/Dockerfile')
-rw-r--r--master-centos7-onbuild/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/master-centos7-onbuild/Dockerfile b/master-centos7-onbuild/Dockerfile
index 24d4ca9..c64e4ab 100644
--- a/master-centos7-onbuild/Dockerfile
+++ b/master-centos7-onbuild/Dockerfile
@@ -33,7 +33,9 @@ RUN echo "===> Enabling systemd..." && \
33 \ 33 \
34 \ 34 \
35 echo "===> Installing EPEL..." && \ 35 echo "===> Installing EPEL..." && \
36 yum -y install epel-release && \ 36 yum -y \
37 --exclude=openssh-* --exclude=policycoreutils* --exclude=libsemanage-* --exclude=selinux-* --exclude=iputils \
38 install epel-release && \
37 yum -y update && \ 39 yum -y update && \
38 \ 40 \
39 \ 41 \