planck

Planck ClojureScript REPL
Yehonathan Sharvit 2020-07-29T11:22:19.044200Z

I’d like to run test on planck on my ci environment (drone) The base docker image is: clojure:lein-2.8.1-alpine It doesn’t have apt-get but apk. How can add planck to my docker image?

Yehonathan Sharvit 2020-07-29T12:01:47.044600Z

@mfikes Any idea?

mfikes 2020-07-29T13:16:13.047Z

@viebel I don't know the intricacies of setting up Docker images. Is it the sort of thing where you can compile a version of Planck for the OS and then it is essentially baked into the image? If so, perhaps an option is to build Planck for Alpine. Another option is I could add a build for Alpine here so that it is at least an easy download https://planck-repl.org/binaries/

Yehonathan Sharvit 2020-07-29T13:35:33.047700Z

@mfikes If you could add a build for Alpine available for download, that’d be awesome

mfikes 2020-07-29T13:39:53.048Z

@viebel Cool. I have this now https://github.com/planck-repl/build-envs/issues/1

Yehonathan Sharvit 2020-07-29T13:40:40.048500Z

Yeah! First issue on the repo