Skip to content

Commit 40ca13c

Browse files
committed
Update Dockerfiles to install rlwrap in tools-deps alpine variants
1 parent 222cd5e commit 40ca13c

File tree

5 files changed

+5
-5
lines changed
  • target

5 files changed

+5
-5
lines changed

target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
55
WORKDIR /tmp
66

77
RUN \
8-
apk add --no-cache curl bash make git && \
8+
apk add --no-cache curl bash make git rlwrap && \
99
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
1010
sha256sum linux-install-$CLOJURE_VERSION.sh && \
1111
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \

target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
55
WORKDIR /tmp
66

77
RUN \
8-
apk add --no-cache curl bash make git && \
8+
apk add --no-cache curl bash make git rlwrap && \
99
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
1010
sha256sum linux-install-$CLOJURE_VERSION.sh && \
1111
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \

target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
55
WORKDIR /tmp
66

77
RUN \
8-
apk add --no-cache curl bash make git && \
8+
apk add --no-cache curl bash make git rlwrap && \
99
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
1010
sha256sum linux-install-$CLOJURE_VERSION.sh && \
1111
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \

target/eclipse-temurin-24-jdk-alpine/tools-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
55
WORKDIR /tmp
66

77
RUN \
8-
apk add --no-cache curl bash make git && \
8+
apk add --no-cache curl bash make git rlwrap && \
99
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
1010
sha256sum linux-install-$CLOJURE_VERSION.sh && \
1111
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \

target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV CLOJURE_VERSION=1.12.0.1530
55
WORKDIR /tmp
66

77
RUN \
8-
apk add --no-cache curl bash make git && \
8+
apk add --no-cache curl bash make git rlwrap && \
99
curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
1010
sha256sum linux-install-$CLOJURE_VERSION.sh && \
1111
echo "2a113e3a4f1005e05f4d6a6dee24ca317b0115cdd7e6ca6155a76f5ffa5ba35b *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \

0 commit comments

Comments
 (0)