diff --git a/Dockerfile b/Dockerfile index b2a0a11..1f3e513 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://dl-cdn.alpinelinux.org/alpine/edge/community leveldb-dev && \ + apk add --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/main leveldb-dev && \ pip install aiohttp pylru plyvel && \ git clone -b $VERSION https://github.com/kyuupichan/electrumx.git && \ cd electrumx && \