uphold / docker-litecoin-core

MIT License
53 stars 44 forks source link

Add Dockerfile based on alpine #1

Closed joaopaulofonseca closed 6 years ago

joaopaulofonseca commented 8 years ago

Implementation of a Docker image based on alpine, for litecoin binaries (litecoind, litecoin-cli and litecoin-tx).

ruimarinho commented 8 years ago

Missing .travis.yml?

joaopaulofonseca commented 8 years ago

@ruimarinho .travis.yml added :)

joaopaulofonseca commented 8 years ago

@ruimarinho do you think we should also have a debian-based litecoind image, like we have for bitcoind?

nunofgs commented 8 years ago

Can you reword the commit message to match the PR title?

pedrobranco commented 8 years ago

Maybe we should this Dockerfile to use su-exec instead (as in https://github.com/uphold/docker-ethereum/pull/2).

ruimarinho commented 6 years ago

Due to the way scrypt behaves with musl, this isn't likely to work for now. Closing until this has been sorted out by the Litecoin Core project.