Add websockets dependency (#33)

This commit is contained in:
Marvin D 2019-06-13 09:10:33 +02:00 committed by Luke Childs
parent 54ca0450d9
commit 1af263321a

View File

@ -8,7 +8,7 @@ RUN VERSION=$(cat /tmp/VERSION) && \
chmod a+x /usr/local/bin/* && \
apk add --no-cache git build-base openssl && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community leveldb-dev && \
pip install aiohttp pylru plyvel && \
pip install aiohttp pylru plyvel websockets && \
git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \
cd electrumx && \
python setup.py install && \