Fix git pull in Dockerfile

This commit is contained in:
sethsimmons
2021-10-04 08:23:03 -04:00
parent 992549ecf0
commit ecd25817c8

View File

@@ -23,6 +23,7 @@ ENV BOOST_DEBUG 1
WORKDIR /p2pool
# Git pull p2pool source at specified tag/branch
ARG P2POOL_BRANCH
RUN git clone --recursive --branch ${P2POOL_BRANCH} https://github.com/SChernykh/p2pool .
# Make static p2pool binary