libpython-clj icon indicating copy to clipboard operation
libpython-clj copied to clipboard

building CondaDockerfile throws because the miniconda url returns 404

Open benjamin-asdf opened this issue 3 years ago • 2 comments

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.

benjamin-asdf avatar Jul 11 '22 13:07 benjamin-asdf

I am using https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh (it works)

benjamin-asdf avatar Jul 11 '22 13:07 benjamin-asdf

just tried it know and it works. I assume the 404 was temporary.

So I propose to close the issue,

behrica avatar Sep 24 '22 17:09 behrica