Quantisan / docker-clojure

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

Install curl on Ubuntu explicitly #221

Closed alexander-yakushev closed 5 months ago

alexander-yakushev commented 5 months ago

I saw you said you are working on the fix already, but you might as well consider this fix.

What this does:

Ideally, the two distros can be split and have their custom dependencies, but this is a fix for now.

cap10morgan commented 5 months ago

Hey @alexander-yakushev yeah I just posted #222 that does nearly the same thing. Thanks for this but I'm going to go with #222 after I make sure we don't arbitrarily uninstall curl after building (thanks for reminding me about that). Among other things, I removed the need to depend on wget entirely at build time in tools-deps images.