File tree Expand file tree Collapse file tree 35 files changed +35
-35
lines changed
src/docker_clojure/dockerfile
debian-bookworm-11/tools-deps
debian-bookworm-17/tools-deps
debian-bookworm-22/tools-deps
debian-bookworm-8/tools-deps
debian-bookworm-slim-11/tools-deps
debian-bookworm-slim-17/tools-deps
debian-bookworm-slim-21/tools-deps
debian-bookworm-slim-22/tools-deps
debian-bookworm-slim-8/tools-deps
debian-bullseye-11/tools-deps
debian-bullseye-17/tools-deps
debian-bullseye-21/tools-deps
debian-bullseye-22/tools-deps
debian-bullseye-8/tools-deps
debian-bullseye-slim-11/tools-deps
debian-bullseye-slim-17/tools-deps
debian-bullseye-slim-21/tools-deps
debian-bullseye-slim-22/tools-deps
debian-bullseye-slim-8/tools-deps
eclipse-temurin-11-jdk-alpine/tools-deps
eclipse-temurin-11-jdk-focal/tools-deps
eclipse-temurin-11-jdk-jammy/tools-deps
eclipse-temurin-17-jdk-alpine/tools-deps
eclipse-temurin-17-jdk-focal/tools-deps
eclipse-temurin-17-jdk-jammy/tools-deps
eclipse-temurin-21-jdk-alpine/tools-deps
eclipse-temurin-21-jdk-jammy/tools-deps
eclipse-temurin-22-jdk-alpine/tools-deps
eclipse-temurin-22-jdk-jammy/tools-deps
eclipse-temurin-8-jdk-alpine/tools-deps
eclipse-temurin-8-jdk-focal/tools-deps
eclipse-temurin-8-jdk-jammy/tools-deps Expand file tree Collapse file tree 35 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 38
38
" RUN \\ " ]
39
39
(concat-commands install-dep-cmds)
40
40
(concat-commands
41
- [" curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh"
41
+ [" curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh"
42
42
" sha256sum linux-install-$CLOJURE_VERSION.sh"
43
43
(str " echo \" " (get-in installer-hashes [" tools-deps" build-tool-version]) " *linux-install-$CLOJURE_VERSION.sh\" | sha256sum -c -" )
44
44
" chmod +x linux-install-$CLOJURE_VERSION.sh"
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 52
52
apt-get update && \
53
53
apt-get install -y curl make git rlwrap && \
54
54
rm -rf /var/lib/apt/lists/* && \
55
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
55
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
56
56
sha256sum linux-install-$CLOJURE_VERSION.sh && \
57
57
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
58
58
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
Original file line number Diff line number Diff line change 12
12
apt-get update && \
13
13
apt-get install -y curl make git rlwrap && \
14
14
rm -rf /var/lib/apt/lists/* && \
15
- curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
15
+ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \
16
16
sha256sum linux-install-$CLOJURE_VERSION.sh && \
17
17
echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \
18
18
chmod +x linux-install-$CLOJURE_VERSION.sh && \
You can’t perform that action at this time.
0 commit comments