Skip to content

Commit

Permalink
#9 java home
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 26, 2022
1 parent 168fc02 commit 2000226
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 @@ -116,7 +116,7 @@ RUN php --version
RUN apt-get install -y ca-certificates openjdk-17-jdk
ENV MAVEN_OPTS "-Xmx1g"
ENV JAVA_OPTS "-Xmx1g"
ENV JAVA_HOME "/usr/lib/jvm/default-java"
ENV JAVA_HOME "/usr/lib/jvm/java-17-openjdk-amd64"
RUN java --version

# PhantomJS
Expand Down

0 comments on commit 2000226

Please sign in to comment.