clj-python / libpython-clj

Python bindings for Clojure
Eclipse Public License 2.0
1.05k stars 68 forks source link

building CondaDockerfile throws because the miniconda url returns 404 #206

Open benjamin-asdf opened 2 years ago

benjamin-asdf commented 2 years ago

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 commented 2 years ago

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

behrica commented 1 year ago

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

So I propose to close the issue,