Skip to content

Commit

Permalink
[images/java] Remove $JAVA_HOME environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu authored Dec 19, 2022
1 parent b75c5a3 commit cf22f63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ RUN chmod +x /opt/gradle/bin/gradle
# Go back as the user
USER ${USERNAME}

ENV JAVA_HOME=/opt/java/jdk
ENV PATH=$PATH:$JAVA_HOME/bin:/opt/maven/bin:/opt/gradle/bin
ENV PATH=$PATH:/opt/maven/bin:/opt/gradle/bin

0 comments on commit cf22f63

Please sign in to comment.