Stop using our fork

This commit is contained in:
Luke Childs 2017-10-04 08:00:29 +01:00
parent 9edd18e49b
commit 705d93532d

View File

@ -9,7 +9,7 @@ RUN VERSION=$(cat /tmp/VERSION) && \
apk add --no-cache git build-base openssl && \
apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/testing leveldb-dev && \
pip install aiohttp pylru plyvel && \
git clone https://github.com/lukechilds/electrumx.git && \
git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \
cd electrumx && \
python setup.py install && \
apk del git build-base && \