Compare commits
No commits in common. "3d0f25a3b8de833d012d27f5081ff462d7757d1b" and "64baabb7c463df85a07db24d43599633b134153a" have entirely different histories.
3d0f25a3b8
...
64baabb7c4
@ -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