Compare commits

...

2 Commits

Author SHA1 Message Date
Luke Childs
db715f2068 Get leveldb-dev from main repository (#40) 2019-11-05 16:42:43 +07:00
Michael Schmoock
500f90bc15 Update leveldb repository link (#22) 2019-04-23 15:07:37 +07:00

View File

@ -7,7 +7,7 @@ COPY ./VERSION /tmp
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://nl.alpinelinux.org/alpine/edge/testing leveldb-dev && \
apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main leveldb-dev && \
pip install aiohttp pylru plyvel && \
git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \
cd electrumx && \