From 500f90bc15c7cee69a716bb5eba3538d5df16b1e Mon Sep 17 00:00:00 2001 From: Michael Schmoock Date: Tue, 23 Apr 2019 10:00:26 +0200 Subject: [PATCH] Update leveldb repository link (#22) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 61e8069..0423517 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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://nl.alpinelinux.org/alpine/edge/testing leveldb-dev && \ + apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/community leveldb-dev && \ pip install aiohttp pylru plyvel && \ git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \ cd electrumx && \