From 1e65ac24f7f41c484cbfad31baad283d8ce3c560 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Fri, 10 Dec 2021 10:53:22 +0000 Subject: [PATCH] Change the electrum repository to RanchiMall's docker-image branch --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0016042..6aadf39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \