use faster link
This commit is contained in:
parent
ade3e0c8bf
commit
f997d04467
@ -1,5 +1,6 @@
|
|||||||
FROM alpine:latest
|
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/
|
COPY sha512sum.txt /tmp/
|
||||||
RUN sha512sum -c /tmp/sha512sum.txt
|
RUN sha512sum -c /tmp/sha512sum.txt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user