From 16bac03eb5c18df215c3691ecb484a5764d507e4 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Fri, 10 Dec 2021 15:09:08 +0530 Subject: [PATCH] redirect repository to Ranchimall's version --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81b95ef..0016042 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,9 @@ 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/spesmilo/electrumx.git && \ + git clone -b $VERSION https://github.com/ranchimall/electrumx.git && \ cd electrumx && \ + git checkout 01a3cbefd631511b373841b06e9e1599b4d785ca && \ python setup.py install && \ apk del git build-base && \ rm -rf /tmp/*