From 818d2f8518df51315d41b61c4f779255a7937221 Mon Sep 17 00:00:00 2001 From: k Date: Thu, 18 Jul 2024 20:22:39 +0200 Subject: [PATCH] [CI] use default-jre --- Earthfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Earthfile b/Earthfile index 6a3fa886..a7d0f7c1 100644 --- a/Earthfile +++ b/Earthfile @@ -38,8 +38,7 @@ client.min.js: FROM haxe:$HAXE_VERSION WORKDIR /workspace RUN apt-get update \ - && apt-get install -qqy --no-install-recommends \ - openjdk-11-jre \ + && apt-get install -qqy --no-install-recommends default-jre \ # Clean up && apt-get autoremove -y \ && apt-get clean -y \