Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Jul 2, 2021
1 parent 026a7e2 commit e23291a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit e23291a

Please sign in to comment.