File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM eclipse-temurin:25-jdk-jammy
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
55ENV JRUBY_VERSION=9.4.15.0
66ENV JRUBY_SNAPSHOT_VERSION=9.4.15.0-SNAPSHOT
Original file line number Diff line number Diff line change 11FROM eclipse-temurin:25-jre-jammy
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
55ENV JRUBY_VERSION=9.4.15.0
66ENV JRUBY_SNAPSHOT_VERSION=9.4.15.0-SNAPSHOT
Original file line number Diff line number Diff line change 11FROM eclipse-temurin:25-jdk-jammy
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
55ENV JRUBY_VERSION=9.4.14.0
66ENV JRUBY_SHA256=7ea2be8d0c5989714c795b4544492bf9941c9576e7a78f593a19c85567bc0452
Original file line number Diff line number Diff line change 11FROM eclipse-temurin:25-jre-jammy
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
55ENV JRUBY_VERSION=9.4.14.0
66ENV JRUBY_SHA256=7ea2be8d0c5989714c795b4544492bf9941c9576e7a78f593a19c85567bc0452
You can’t perform that action at this time.
0 commit comments