From b03d1cdda13aab81773bfe9a52343ae471a3effe Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Fri, 15 Jun 2018 16:28:36 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 41c9cce2..bc6512b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ ENV GROUPER_VERSION=2.3.0 \ RUN rpm --import http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems \ && curl -o /etc/yum.repos.d/zulu.repo http://repos.azulsystems.com/rhel/zulu.repo \ && yum -y install zulu-8 \ + && ls -ld /etc/alternatives/java \ && ln -s $JAVA_HOME/bin/java /etc/alternatives #RUN java_version=8.0.172; \