bavarianledger
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 && \ |
|
|
|