File tree 6 files changed +6
-6
lines changed
src/docker_clojure/dockerfile
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
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
; ; but upstream includes it so we don't want to uninstall it
18
18
:runtime #{" rlwrap" " make" " git" " curl" }}
19
19
:alpine {:build #{" curl" }
20
- :runtime #{" bash" " make" " git" }}})
20
+ :runtime #{" bash" " make" " git" " rlwrap " }}})
21
21
22
22
(def install-deps (partial install-distro-deps distro-deps))
23
23
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