Fix git repo for p2pool

This commit is contained in:
sethsimmons
2021-09-03 15:49:24 -04:00
parent a4b58f7f8b
commit b7bf6499b5

View File

@@ -22,7 +22,7 @@ ENV BOOST_DEBUG 1
WORKDIR /p2pool
# 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
ARG NPROC