This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-19
Channels
- # announcements (4)
- # asami (1)
- # babashka (48)
- # beginners (84)
- # bristol-clojurians (1)
- # calva (15)
- # chlorine-clover (11)
- # cider (37)
- # clj-kondo (17)
- # clojure (72)
- # clojure-europe (13)
- # clojure-italy (43)
- # clojure-nl (6)
- # clojure-spec (8)
- # clojure-uk (19)
- # clojuredesign-podcast (7)
- # clojurescript (132)
- # code-reviews (7)
- # conjure (3)
- # cursive (24)
- # datascript (10)
- # datomic (61)
- # docker (4)
- # duct (24)
- # emacs (2)
- # figwheel-main (8)
- # fulcro (43)
- # graalvm (5)
- # juxt (1)
- # keechma (14)
- # malli (2)
- # off-topic (120)
- # re-frame (111)
- # reagent (6)
- # reitit (13)
- # shadow-cljs (118)
- # spacemacs (3)
- # tools-deps (32)
- # uncomplicate (5)
- # xtdb (6)
Not sure this is the channel for this but, have anyone tried to create a new batch of official docker images for Leiningen 2.9.4?
Asking since I upgraded Emacs and now got a very new cider with down the line deps on newer nrepl
Tried to build the images locally but got stuck at:
``
Step 6/9 : ENV PATH=$PATH:$LEIN_INSTALL
---> Running in b9c4d0c8c70a
Removing intermediate container b9c4d0c8c70a
---> 6d422bb26d00
Step 7/9 : ENV LEIN_ROOT 1
---> Running in 6d9b2df46cf2
Removing intermediate container 6d9b2df46cf2
---> 2b38bb1cb178
Step 8/9 : RUN echo ‘(defproject dummy “” :dependencies [[org.clojure/clojure “1.10.1"]])’ > project.clj && lein deps && rm project.clj
---> Running in 52078a436c7a
/usr/local/bin/lein: line 110: unexpected EOF while looking for matching `‘’
/usr/local/bin/lein: line 148: syntax error: unexpected end of file
```