Compare commits

..

No commits in common. "703bed71644d88e11b87ab4ff9f9768e7106bd35" and "e28ef1cdaa0962b9fe73047d18301b0b1a4e019a" 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 && \