diff --git a/Dockerfile b/Dockerfile index 857846b4..9da3e58d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rockylinux:8 as installing +FROM rockylinux/rockylinux:8 as installing RUN yum update -y \ && yum install -y wget tar unzip dos2unix patch \ && yum clean all @@ -31,7 +31,7 @@ RUN echo 'Installing Grouper'; \ PATH=$PATH:$JAVA_HOME/bin; \ cd /opt/grouper/$GROUPER_VERSION/ \ && $JAVA_HOME/bin/java -cp :grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller -FROM rockylinux:8 as cleanup +FROM rockylinux/rockylinux:8 as cleanup ENV GROUPER_VERSION=2.5.52 \ TOMEE_VERSION=7.0.0 RUN mkdir -p /opt/grouper/grouperWebapp/