Skip to content

Commit

Permalink
experiment with kernel32.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Sep 20, 2024
1 parent 32e1e85 commit 07ac12d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 23/jdk/windows/nanoserver-ltsc2022/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ USER ContainerUser

COPY --from=eclipse-temurin:23_37-jdk-windowsservercore-ltsc2022 $JAVA_HOME $JAVA_HOME

# Copy kernel32.dll from C:\Windows\System32\forwarders to C:\Windows\System32
RUN copy C:\Windows\System32\forwarders\kernel32.dll C:\Windows\System32\kernel32.dll

RUN echo Verifying install ... \
&& echo javac --version && javac --version \
&& echo java --version && java --version \
Expand Down

0 comments on commit 07ac12d

Please sign in to comment.