From 3e3c26203bb88ac1f9a21e97a1542b0c135ba2ae Mon Sep 17 00:00:00 2001 From: Ribbon Date: Mon, 17 Nov 2025 08:35:53 -0300 Subject: [PATCH] Install JRE headless package --- native_bootstrap.sh | 1 + podman/redox-base-containerfile | 1 + 2 files changed, 2 insertions(+) diff --git a/native_bootstrap.sh b/native_bootstrap.sh index 2c8e164d..4f0a639a 100755 --- a/native_bootstrap.sh +++ b/native_bootstrap.sh @@ -420,6 +420,7 @@ ubuntu() clang \ cmake \ curl \ + default-jre-headless \ dos2unix \ doxygen \ expect \ diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index c1de779c..c43ff61b 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -17,6 +17,7 @@ RUN apt-get update \ clang \ cmake \ curl \ + default-jre-headless \ dos2unix \ doxygen \ expect \