Browse Source

Stop using our fork

v1.1.1
Luke Childs 7 years ago
parent
commit
705d93532d
  1. 2
      Dockerfile

2
Dockerfile

@ -9,7 +9,7 @@ RUN VERSION=$(cat /tmp/VERSION) && \
apk add --no-cache git build-base openssl && \ apk add --no-cache git build-base openssl && \
apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/testing leveldb-dev && \ apk add --no-cache --repository http://nl.alpinelinux.org/alpine/edge/testing leveldb-dev && \
pip install aiohttp pylru plyvel && \ 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 && \ cd electrumx && \
python setup.py install && \ python setup.py install && \
apk del git build-base && \ apk del git build-base && \

Loading…
Cancel
Save