diff --git a/earthly/fedora/java/Earthfile b/earthly/fedora/java/Earthfile index 967bde1..b9a76b3 100644 --- a/earthly/fedora/java/Earthfile +++ b/earthly/fedora/java/Earthfile @@ -1,6 +1,7 @@ VERSION 0.8 -FROM fedora java: - RUN dnf install adoptium-temurin-java-repository -y + FROM fedora + RUN dnf install -y adoptium-temurin-java-repository zip + RUN curl -s "https://get.sdkman.io" | bash RUN fedora-third-party enable \ No newline at end of file