From 5e1d061ec82691ad7a4e6fb2149fc04267fc6c6c Mon Sep 17 00:00:00 2001 From: Christopher Hubing <chubing@internet2.edu> Date: Mon, 10 Feb 2020 21:13:19 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1a6b25a3..9e00d924 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,10 @@ FROM centos:centos7 as installing -RUN yum update -y \ - && yum install -y wget tar unzip dos2unix \ - && yum clean all +#RUN yum update -y \ +# && yum install -y wget tar unzip dos2unix \ +# && yum clean all + +RUN yum install -y wget tar unzip dos2unix ARG GROUPER_CONTAINER_VERSION @@ -53,7 +55,7 @@ RUN echo 'Installing Grouper'; \ FROM centos:centos7 as cleanup -ENV GROUPER_VERSION=2.4.0 \ +ENV GROUPER_VERSION=2.5.8 \ TOMCAT_VERSION=8.5.42 \ TOMEE_VERSION=7.0.0