docker
docker copied to clipboard
Musl C Compiler
The conda builds are no longer possible because all of the minimal linux distributions have now moved to the musl c compiler, which makes the anaconda distributions incompatible.
I tried converting this repo over to using alpine linux, but ran into this problem. It seems like the most minimal distribution is now debian.
I see that docker has a glibc busybox image. Does it work with that?