Skip to content

Commit 6a11b43

Browse files
committed
Add curl for JDK/JRE 24 Ubuntu 24.04 images
Seems to be missing without this.
1 parent 4f46a11 commit 6a11b43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

10.0/jdk24/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM eclipse-temurin:24-jdk-noble
22

3-
RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*
3+
RUN apt-get update && apt-get install -y libc6-dev make curl --no-install-recommends && rm -rf /var/lib/apt/lists/*
44

55
ENV JRUBY_VERSION 10.0.0.0
66
ENV JRUBY_SHA256 427d9827ed23fe6b4d11fe61665c75dd7476ba36a0438376eb310ce2a8d24733

10.0/jre24/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM eclipse-temurin:24-jre-noble
22

3-
RUN apt-get update && apt-get install -y libc6-dev make --no-install-recommends && rm -rf /var/lib/apt/lists/*
3+
RUN apt-get update && apt-get install -y libc6-dev make curl --no-install-recommends && rm -rf /var/lib/apt/lists/*
44

55
ENV JRUBY_VERSION 10.0.0.0
66
ENV JRUBY_SHA256 427d9827ed23fe6b4d11fe61665c75dd7476ba36a0438376eb310ce2a8d24733

0 commit comments

Comments
 (0)