Quantisan / docker-clojure

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

Fix: install curl explicitly in tools-deps images #222

Closed cap10morgan closed 7 months ago

cap10morgan commented 7 months ago

...and use it instead of wget to save on installing that since the tools-deps install script needs curl anyway.

Some upstream images inadvertently removed curl causing this build error: https://github.com/docker-library/official-images/actions/runs/8633451962/job/23666676411?pr=16579

This ensures that curl is installed either way.

cap10morgan commented 7 months ago

@Quantisan I'll go ahead and merge this to unblock our official-images PR, but let me know if you have any review feedback and I can address in a follow-up PR.