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 276cd72
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 @@ -23,6 +23,9 @@ SHELL ["cmd", "/s", "/c"]

ENV JAVA_VERSION=jdk-23+37

# 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

ENV JAVA_HOME C:\\openjdk-23
# "ERROR: Access to the registry path is denied."
USER ContainerAdministrator
Expand Down

0 comments on commit 276cd72

Please sign in to comment.