mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
update p2pool v3.7
This commit is contained in:
parent
c3c3bf7993
commit
e44572b64d
@ -7,9 +7,9 @@ RUN useradd -m matt
|
|||||||
USER matt
|
USER matt
|
||||||
WORKDIR /home/matt
|
WORKDIR /home/matt
|
||||||
|
|
||||||
# currently v3.6.2
|
# currently v3.7
|
||||||
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.6.2/p2pool-v3.6.2-linux-x64.tar.gz
|
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.7/p2pool-v3.7-linux-x64.tar.gz
|
||||||
RUN tar xvf p2pool-v3.6.2-linux-x64.tar.gz
|
RUN tar xvf p2pool-v3.7-linux-x64.tar.gz
|
||||||
RUN mv p2pool-v3.6.2-linux-x64/p2pool ./p2pool
|
RUN mv p2pool-v3.7-linux-x64/p2pool ./p2pool
|
||||||
|
|
||||||
COPY --chown=matt:matt entry.sh ./
|
COPY --chown=matt:matt entry.sh ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user