lukechilds / docker-electrumx

Run an Electrum server with one command
MIT License
111 stars 125 forks source link

Update Dockerfile to install x16r_hash #37

Closed kylanhurt closed 5 years ago

kylanhurt commented 5 years ago

Module needed for Ravencoin. Maybe there's a better place to insert this code?

lukechilds commented 5 years ago

That's the correct way to add the dep to this image but maybe it would be better to create your own docker image that uses this as a base.

Accepting altcoin specific dependencies is a slippery slope, once I accept one I can't in all fairness deny another. And if I blindly accept any altcoin dep it'll bloat the docker image for everyone.

You should just be able to use this docker image as a base image and just pip install x16r_hash.