This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-29
Channels
- # beginners (18)
- # boot (1)
- # cider (12)
- # clojure (18)
- # clojure-russia (5)
- # clojure-uk (8)
- # clojurescript (17)
- # cursive (7)
- # datomic (10)
- # editors (1)
- # figwheel-main (14)
- # hoplon (2)
- # hyperfiddle (1)
- # keechma (2)
- # leiningen (25)
- # off-topic (5)
- # onyx (3)
- # reagent (53)
- # reitit (6)
- # shadow-cljs (14)
- # spacemacs (3)
- # tools-deps (14)
- # uncomplicate (12)
what does ping
do?
and I assume you've done lein deps
more than once and it does the same thing?
I've never seen that before ¯\(ツ)/¯
the ping
was from the server too, right?
Sometimes it helps to lein pom
then do mvn -X -e deps
as the error msgs are usually better
must be somehow related to the environment.. just noticed that the docker image is based on ubuntu 12. will try to use a more recent distribution
I guess curl
would be another data point
and yet ping
within docker worked?
okay that makes me feel a little better then
issue solved by creating a /etc/docker/daemon.json file, like described here: https://askubuntu.com/a/790778