Skip to content

Commit

Permalink
use master branch of monero
Browse files Browse the repository at this point in the history
  • Loading branch information
moneroexamples committed Sep 16, 2023
1 parent fdf2344 commit ef33c6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ WORKDIR /root

# Clone and compile monerod with all available threads
ARG NPROC
RUN git clone --recursive --branch ${MONERO_BRANCH} https://github.com/monero-project/monero.git \
# RUN git clone --recursive --branch ${MONERO_BRANCH} https://github.com/monero-project/monero.git
RUN git clone --recursive https://github.com/monero-project/monero.git \
&& cd monero \
&& test -z "$NPROC" && nproc > /nproc || echo -n "$NPROC" > /nproc && make -j"$(cat /nproc)"

Expand Down

0 comments on commit ef33c6c

Please sign in to comment.