Compare commits
No commits in common. "e65426c4067d18ec042b17418b723abd5f78c9b1" and "814213915c869b113feddba789ad2f55aa66a7e0" have entirely different histories.
e65426c406
...
814213915c
@ -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 && \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user