From 7155931a48eab30cece37151b4bf32ef7dcd3e17 Mon Sep 17 00:00:00 2001 From: TheHomecraft Date: Thu, 18 Jun 2026 14:03:54 +0200 Subject: [PATCH] Add earthly/fedora/java/Earthfile --- earthly/fedora/java/Earthfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 earthly/fedora/java/Earthfile diff --git a/earthly/fedora/java/Earthfile b/earthly/fedora/java/Earthfile new file mode 100644 index 0000000..123a42b --- /dev/null +++ b/earthly/fedora/java/Earthfile @@ -0,0 +1,6 @@ +VERSION 0.8 + +java: + FROM fedora + RUN dnf install adoptium-temurin-java-repository -y + RUN fedora-third-party enable \ No newline at end of file