postgresql library not found from within clojure-based docker container
I'm running a clojure application which needs to access a local database. The clojure application is using jdbc: :dependencies [[org.clojure/clojure "1.10.0"] ... [org.clojure/java.jdbc "0.7.12"] [org.postgresql/postgresql "42.3.3"]] The application works as expected when run directly on a host with a version…