Compare commits

..

No commits in common. "252012413099b9889e6ffa5f035ecf2ec4e0bd4d" and "27b58ebbfae0199ad4ca81fecb3bbf8ef2ecfe39" 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 && \