Compare commits
No commits in common. "db715f206875e6071b1ca6adae2c1fe8f34cebfa" and "275de083424c6718cbb2a5b5d39f75933acb59ae" have entirely different histories.
db715f2068
...
275de08342
@ -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