Skip to content

Commit 1b0c641

Browse files
committed
Make curl fail fast on errors and display them
1 parent 513d5b7 commit 1b0c641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker_clojure/dockerfile/tools_deps.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"RUN \\"]
3939
(concat-commands install-dep-cmds)
4040
(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"
4242
"sha256sum linux-install-$CLOJURE_VERSION.sh"
4343
(str "echo \"" (get-in installer-hashes ["tools-deps" build-tool-version]) " *linux-install-$CLOJURE_VERSION.sh\" | sha256sum -c -")
4444
"chmod +x linux-install-$CLOJURE_VERSION.sh"

0 commit comments

Comments
 (0)