use faster link

master
Andy 5 years ago
parent ade3e0c8bf
commit f997d04467
Signed by: arno
GPG Key ID: 9076D5E6B31AE99C

@ -1,5 +1,6 @@
FROM alpine:latest
RUN wget https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-linux64.tar.gz
# RUN wget https://github.com/dogecoin/dogecoin/releases/download/v1.10.0/dogecoin-1.10.0-linux64.tar.gz
RUN wget https://files.nixaid.com/dogecoin-1.10.0-linux64.tar.gz
COPY sha512sum.txt /tmp/
RUN sha512sum -c /tmp/sha512sum.txt

Loading…
Cancel
Save