feat: verify with java --version
just in case
This commit is contained in:
parent
22ef423c5d
commit
0025a3a84e
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ FROM ubuntu:24.10 AS run
|
|||
|
||||
COPY --from=build /build/dist/jre /usr/lib/jvm/openj9-jre
|
||||
RUN ln -s /usr/lib/jvm/openj9-jre/bin/java /usr/bin/java
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/openj9-jre
|
||||
|
||||
# verify installation
|
||||
RUN java --version
|
||||
|
||||
# ------
|
||||
|
|
Loading…
Add table
Reference in a new issue