Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #41 from kliewkliew/master
Browse files Browse the repository at this point in the history
Fix default Java version
  • Loading branch information
Krisztian Horvath committed Jan 3, 2016
2 parents 18d968c + 62a4f1a commit 41e5e75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN rm jdk-7u71-linux-x64.rpm

ENV JAVA_HOME /usr/java/default
ENV PATH $PATH:$JAVA_HOME/bin
RUN rm /usr/bin/java && ln -s $JAVA_HOME/bin/java /usr/bin/java

# download native support
RUN mkdir -p /tmp/native
Expand Down

0 comments on commit 41e5e75

Please sign in to comment.