mirror of
https://github.com/sethforprivacy/p2pool-docker.git
synced 2025-12-09 16:52:40 -05:00
Fix git repo for p2pool
This commit is contained in:
@@ -22,7 +22,7 @@ ENV BOOST_DEBUG 1
|
|||||||
WORKDIR /p2pool
|
WORKDIR /p2pool
|
||||||
|
|
||||||
# Git pull Monero source at specified tag/branch
|
# Git pull Monero source at specified tag/branch
|
||||||
RUN git clone --recursive https://github.com/SChernykh/p2pool .
|
RUN git clone --recursive https://github.com/SChernykh/p2pool.git .
|
||||||
|
|
||||||
# Make static Monero binaries
|
# Make static Monero binaries
|
||||||
ARG NPROC
|
ARG NPROC
|
||||||
|
|||||||
Reference in New Issue
Block a user