mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
update p2pool v4.8.1
This commit is contained in:
parent
d0b5a94a3a
commit
0c30c0c9a5
@ -5,10 +5,10 @@ RUN apt-get install -y wget
|
|||||||
|
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
# currently v4.7
|
# currently v4.8.1
|
||||||
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.7/p2pool-v4.7-linux-x64.tar.gz
|
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.8.1/p2pool-v4.8.1-linux-x64.tar.gz
|
||||||
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
|
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
|
||||||
RUN mv p2pool-v4.7-linux-x64/p2pool ./p2pool
|
RUN mv p2pool-v4.8.1-linux-x64/p2pool ./p2pool
|
||||||
|
|
||||||
COPY entry.sh ./
|
COPY entry.sh ./
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user