We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d34f8 commit 7ea30dfCopy full SHA for 7ea30df
Dockerfile
@@ -71,6 +71,9 @@ RUN <<-EOT
71
sudo curl -L --fail "https://javadl.oracle.com/webapps/download/AutoDL?BundleId=252034_8a1589aa0fe24566b4337beee47c2d29" | sudo tar -xvzf - -C /usr/lib/jvm/oracle8 --strip-components 1
72
EOT
73
74
+# Copy missing 'tools.jar' to Oracle JRE.
75
+COPY --from=azul/zulu-openjdk:8 /usr/lib/jvm/zulu8/lib/tools.jar /usr/lib/jvm/oracle8/lib/tools.jar
76
+
77
# Install Ubuntu's OpenJDK 17 and fix broken symlinks:
78
# some files in /usr/lib/jvm/ubuntu17 are symlinks to /etc/java-17-openjdk/, so we just copy all symlinks targets.
79
RUN <<-EOT
0 commit comments