diff --git a/Dockerfile b/Dockerfile index b2bf532..0e54b05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN \ unzip && \ echo "**** install runtime packages ****" && \ apk add --no-cache \ - openjdk17-jre-headless && \ + openjdk17-jre && \ echo "**** install ubooquity ****" && \ if [ -z ${UBOOQUITY_VERSION+x} ]; then \ UBOOQUITY_VERSION=$(curl -IsL -w %{url_effective} -o /dev/null https://vaemendis.net/ubooquity/service/download.php \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 51f7d9d..43f9dbe 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -15,7 +15,7 @@ RUN \ unzip && \ echo "**** install runtime packages ****" && \ apk add --no-cache \ - openjdk17-jre-headless && \ + openjdk17-jre && \ echo "**** install ubooquity ****" && \ if [ -z ${UBOOQUITY_VERSION+x} ]; then \ UBOOQUITY_VERSION=$(curl -IsL -w %{url_effective} -o /dev/null https://vaemendis.net/ubooquity/service/download.php \