mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
update p2pool v3.8
This commit is contained in:
parent
064ebdfe1b
commit
d4d52b158d
@ -7,9 +7,9 @@ RUN useradd -m matt
|
|||||||
USER matt
|
USER matt
|
||||||
WORKDIR /home/matt
|
WORKDIR /home/matt
|
||||||
|
|
||||||
# currently v3.7
|
# currently v3.8
|
||||||
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.7/p2pool-v3.7-linux-x64.tar.gz
|
RUN wget https://github.com/SChernykh/p2pool/releases/download/v3.8/p2pool-v3.8-linux-x64.tar.gz
|
||||||
RUN tar xvf p2pool-v3.7-linux-x64.tar.gz
|
RUN tar xvf p2pool-v3.8-linux-x64.tar.gz
|
||||||
RUN mv p2pool-v3.7-linux-x64/p2pool ./p2pool
|
RUN mv p2pool-v3.8-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