From 3ee8c803545faf2971f233da27b8eac6966d99ce Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Thu, 30 Jul 2026 04:19:40 +0200 Subject: [PATCH] Update earthly/fedora/java/Earthfile --- earthly/fedora/java/Earthfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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