From 48dbabb08a1999136344855dca90e26aa4dd201c Mon Sep 17 00:00:00 2001 From: Will Mooreston Date: Mon, 8 Dec 2025 12:57:13 -0800 Subject: [PATCH] add curl as it is missing from java 25 base image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8f10ece..8ddef30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -144,6 +144,7 @@ RUN [ -n "${DEBUG}" ] && set -x; \ export DEBIAN_FRONTEND=noninteractive; \ apt-get update; \ apt-get -yq --no-install-recommends install \ + curl=8.5.0-2ubuntu10.6 \ openssl \ gettext-base=0.21-14ubuntu2 \ unzip=6.0-28ubuntu4.1 \