Compare commits

..

No commits in common. "3bc88b260fd91b3bd9a1b960da48779ba3bfe5e6" and "37e16e42e73229169df18019f30e07f76cda9f97" have entirely different histories.

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