amacneil / docker-bitcoin

Bitcoin images for Docker
https://hub.docker.com/r/amacneil/bitcoin/
MIT License
52 stars 76 forks source link

Use consistent temporary file names #40

Closed amacneil closed 7 years ago

amacneil commented 7 years ago
sgtsquiggs commented 7 years ago

I see the same error locally (OS X) when downloading the XT releases via curl. Not sure what's up with that.

amacneil commented 7 years ago

Yeah same. It's related to curl not respecting cookies during the redirect, although I don't know why the other GitHub downloads work fine. I will update this PR to keep wget and just fix the package name.

On Mon, Sep 11, 2017, 12:05 PM Matthew Crenshaw notifications@github.com wrote:

I see the same error locally (OS X) when downloading the XT releases via curl. Not sure what's up with that.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amacneil/docker-bitcoin/pull/40#issuecomment-328627743, or mute the thread https://github.com/notifications/unsubscribe-auth/AAm65_PVHsaH-M3F-wwaWO-DxbKY1cvOks5shYRugaJpZM4PSmyM .

amacneil commented 7 years ago

Updated PR to remove curl and stick with wget.