Change the electrum repository to RanchiMall's docker-image branch

This commit is contained in:
Vivek Teega 2021-12-10 10:53:22 +00:00
parent 16bac03eb5
commit 1e65ac24f7

View File

@ -12,7 +12,7 @@ RUN chmod a+x /usr/local/bin/* && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/v3.11/main leveldb-dev && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing rocksdb-dev && \
pip install aiohttp pylru plyvel websockets python-rocksdb uvloop && \
git clone -b $VERSION https://github.com/ranchimall/electrumx.git && \
git clone -b docker-image https://github.com/ranchimall/electrumx.git && \
cd electrumx && \
git checkout 01a3cbefd631511b373841b06e9e1599b4d785ca && \
python setup.py install && \