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