Quantisan / docker-clojure

Official Docker image for Clojure
https://hub.docker.com/_/clojure/
MIT License
204 stars 34 forks source link

Make curl fail fast on errors and display them #223

Closed cap10morgan closed 7 months ago

cap10morgan commented 7 months ago

Implementing a suggestion from the official images reviewers.

This makes curl fail fast on an error (-f) and then output the error message even though we have -s (-S).