Compare commits
No commits in common. "59ac272362b7c2d13ce18c515b07b933ca53eabf" and "e80689bd8000ddeae38a67859875f79cec702119" have entirely different histories.
59ac272362
...
e80689bd80
@ -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