mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2026-06-28 01:58:34 +00:00
add tari node
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ RUN apt-get install -y wget
|
||||
WORKDIR /root
|
||||
|
||||
# currently v4.5
|
||||
RUN wget https://github.com/SChernykh/p2pool/releases/download/v4.5/p2pool-v4.5-linux-x64.tar.gz -O p2pool.tar.gz
|
||||
RUN wget -O p2pool.tar.gz https://github.com/SChernykh/p2pool/releases/download/v4.5/p2pool-v4.5-linux-x64.tar.gz
|
||||
RUN tar xvf p2pool.tar.gz && rm p2pool.tar.gz
|
||||
RUN mv p2pool-v4.5-linux-x64/p2pool ./p2pool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user