Fork me on GitHub
#planck
<
2020-07-29
>
Yehonathan Sharvit11:07:19

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?

mfikes13:07:13

@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 Sharvit13:07:33

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

Yehonathan Sharvit13:07:40

Yeah! First issue on the repo