Open vikeri opened 6 years ago
this is unfortunate, and I'm aware of it. The root cause of this issue is that Alpine doesn't include glibc
(it uses musl
instead) and Lumo is not currently compiled against musl
Ok, I solved it by going up to non-alpine: https://hub.docker.com/r/vikeri/clojure-node
@vikeri there's also a Lumo image at https://hub.docker.com/r/anmonteiro/lumo/
@anmonteiro Nice! I can recommend the automated github build flow, then the docker file and corresponding github project show up in dockerhub as well. And you don't have to manually push to dockerhub :)
Based on clojure:lein-2.8.1-alpine
Running:
apk add --update nodejs && npm install -g lumo-cljs@1.8.0
worksThen
lumo
fails with the following error.