|
@ -8,7 +8,7 @@ RUN VERSION=$(cat /tmp/VERSION) && \ |
|
|
chmod a+x /usr/local/bin/* && \ |
|
|
chmod a+x /usr/local/bin/* && \ |
|
|
apk add --no-cache git build-base openssl && \ |
|
|
apk add --no-cache git build-base openssl && \ |
|
|
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community leveldb-dev && \ |
|
|
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community leveldb-dev && \ |
|
|
pip install aiohttp pylru plyvel && \ |
|
|
pip install aiohttp pylru plyvel websockets && \ |
|
|
git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \ |
|
|
git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \ |
|
|
cd electrumx && \ |
|
|
cd electrumx && \ |
|
|
python setup.py install && \ |
|
|
python setup.py install && \ |
|
|