File tree 5 files changed +5
-5
lines changed
eclipse-temurin-11-jdk-alpine/tools-deps
eclipse-temurin-17-jdk-alpine/tools-deps
eclipse-temurin-21-jdk-alpine/tools-deps
eclipse-temurin-24-jdk-alpine/tools-deps
eclipse-temurin-8-jdk-alpine/tools-deps 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
5
5
WORKDIR /tmp
6
6
7
7
RUN \
8
- apk add --no-cache curl bash make git && \
8
+ apk add --no-cache curl bash make git rlwrap && \
9
9
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
10
10
sha256sum linux-install-$CLOJURE_VERSION.sh && \
11
11
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
5
5
WORKDIR /tmp
6
6
7
7
RUN \
8
- apk add --no-cache curl bash make git && \
8
+ apk add --no-cache curl bash make git rlwrap && \
9
9
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
10
10
sha256sum linux-install-$CLOJURE_VERSION.sh && \
11
11
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
5
5
WORKDIR /tmp
6
6
7
7
RUN \
8
- apk add --no-cache curl bash make git && \
8
+ apk add --no-cache curl bash make git rlwrap && \
9
9
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
10
10
sha256sum linux-install-$CLOJURE_VERSION.sh && \
11
11
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
5
5
WORKDIR /tmp
6
6
7
7
RUN \
8
- apk add --no-cache curl bash make git && \
8
+ apk add --no-cache curl bash make git rlwrap && \
9
9
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
10
10
sha256sum linux-install-$CLOJURE_VERSION.sh && \
11
11
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
5
5
WORKDIR /tmp
6
6
7
7
RUN \
8
- apk add --no-cache curl bash make git && \
8
+ apk add --no-cache curl bash make git rlwrap && \
9
9
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
10
10
sha256sum linux-install-$CLOJURE_VERSION.sh && \
11
11
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
You can’t perform that action at this time.
0 commit comments