From df67c3360ab63967325166423a10702eeb8b07a3 Mon Sep 17 00:00:00 2001 From: bavarianledger <48831982+bavarianledger@users.noreply.github.com> Date: Wed, 3 Feb 2021 09:17:40 +0000 Subject: [PATCH] Updated to spesmilo's fork (#59) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aed5314..a913bbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN VERSION=$(cat /tmp/VERSION) && \ 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 && \ - git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \ + git clone -b $VERSION https://github.com/spesmilo/electrumx.git && \ cd electrumx && \ python setup.py install && \ apk del git build-base && \