diff --git a/Dockerfile.openj9 b/Dockerfile.openj9 index 2295a2c..3fb2aa7 100644 --- a/Dockerfile.openj9 +++ b/Dockerfile.openj9 @@ -35,6 +35,7 @@ RUN bash get_source.sh RUN bash configure --with-jtreg=/build/jtreg --with-boot-jdk=/build/bootjdk --with-openssl=system --with-extra-ldflags="-Wl,-z,noexecstack" RUN make all JOBS=$(nproc) +RUN make install # jlink by advice from https://adoptium.net/blog/2021/10/jlink-to-produce-own-runtime/ WORKDIR /build/src/build/linux-x86_64-server-release/images @@ -47,7 +48,7 @@ java.xml,java.xml.crypto,jdk.accessibility,jdk.charsets,jdk.crypto.cryptoki,jdk. jdk.httpserver,jdk.incubator.vector,jdk.jsobject,jdk.localedata,jdk.naming.dns,jdk.naming.rmi,jdk.net,\ jdk.nio.mapmode,jdk.random,jdk.sctp,jdk.security.auth,jdk.security.jgss,jdk.unsupported,jdk.unsupported.desktop,\ jdk.xml.dom,jdk.zipfs,openj9.criu,openj9.cuda,openj9.dataaccess,openj9.gpu,openj9.jvm,\ -openj9.sharedclasses,openj9.zosconditionhandling +openj9.sharedclasses,openj9.zosconditionhandling,jdk.test