Skip to content

Commit

Permalink
add java alternatives cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Jun 18, 2018
1 parent 2e1d736 commit 623e856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN update-ca-trust extract
# Install Zulu Java
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
&& yum -y install zulu-8 && alternatives --install /usr/bin/java java $JAVA_HOME/bin/java 200000


# To use Oracle java/JCE
Expand Down

0 comments on commit 623e856

Please sign in to comment.