From 8e92bf1fb85013c2a32a0ec7fe7856e1bc042599 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Thu, 18 Jun 2026 14:10:25 +0200 Subject: [PATCH] Update earthly/fedora/java/Earthfile --- earthly/fedora/java/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly/fedora/java/Earthfile b/earthly/fedora/java/Earthfile index 123a42b..967bde1 100644 --- a/earthly/fedora/java/Earthfile +++ b/earthly/fedora/java/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 +FROM fedora java: - FROM fedora RUN dnf install adoptium-temurin-java-repository -y RUN fedora-third-party enable \ No newline at end of file