libpython-clj
libpython-clj copied to clipboard
building CondaDockerfile throws because the miniconda url returns 404
If you check this https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh you'll get a 404.
When you build the current CondaDockerfile, since it returns html you get some bash syntax error in the next line.
I am using https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh (it works)
just tried it know and it works. I assume the 404 was temporary.
So I propose to close the issue,