Skip to content

Commit

Permalink
removed java_home in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tuntoja committed Sep 4, 2024
1 parent 6081de5 commit 8e72318
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,4 @@ dnf clean all

EOF

ENV JAVA_HOME=$(java -XshowSettings:properties -version 2>&1 > /dev/null | grep 'java.home' | tr -s ' ' | cut -d ' ' -f 4)

WORKDIR /src

0 comments on commit 8e72318

Please sign in to comment.