We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513d5b7 commit 1b0c641Copy full SHA for 1b0c641
src/docker_clojure/dockerfile/tools_deps.clj
@@ -38,7 +38,7 @@
38
"RUN \\"]
39
(concat-commands install-dep-cmds)
40
(concat-commands
41
- ["curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh"
+ ["curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh"
42
"sha256sum linux-install-$CLOJURE_VERSION.sh"
43
(str "echo \"" (get-in installer-hashes ["tools-deps" build-tool-version]) " *linux-install-$CLOJURE_VERSION.sh\" | sha256sum -c -")
44
"chmod +x linux-install-$CLOJURE_VERSION.sh"
0 commit comments