File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM eclipse-temurin:24-jdk-noble
2
2
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/*
4
4
5
5
ENV JRUBY_VERSION 10.0.0.0
6
6
ENV JRUBY_SHA256 427d9827ed23fe6b4d11fe61665c75dd7476ba36a0438376eb310ce2a8d24733
Original file line number Diff line number Diff line change 1
1
FROM eclipse-temurin:24-jre-noble
2
2
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/*
4
4
5
5
ENV JRUBY_VERSION 10.0.0.0
6
6
ENV JRUBY_SHA256 427d9827ed23fe6b4d11fe61665c75dd7476ba36a0438376eb310ce2a8d24733
You can’t perform that action at this time.
0 commit comments