Skip to content

Commit

Permalink
Fixing JAVA_HOME naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gasper committed Nov 13, 2017
1 parent e7d6264 commit abd4e87
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
Expand Up @@ -6,7 +6,7 @@ RUN yum update -y \

ENV ANT_VERSION="1.10.1" \
GROUPER_VERSION=2.3.0 \
JAVA_HOME=/opt/openjdk7 \
JAVA_HOME=/opt/openjdk8 \
TOMCAT_MAJOR=8 \
TOMCAT_VERSION="8.5.23"

Expand Down Expand Up @@ -71,7 +71,7 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
ImageName=$imagename \
ImageOS=centos7

ENV JAVA_HOME=/opt/openjdk7 \
ENV JAVA_HOME=/opt/openjdk8 \
PATH=$PATH:$JAVA_HOME/bin

RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
Expand Down

0 comments on commit abd4e87

Please sign in to comment.