Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
FreakErn committed Mar 22, 2018
1 parent 149c9ae commit 321108f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m-cpuminer-v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN git clone https://github.com/magi-project/m-cpuminer-v2.git /m-cpumin

WORKDIR /m-cpuminer-v2

RUN cd /m-cpuminer-v2 && export OBJECT_MODE=64 && ./autogen.sh && ./configure CFLAGS="-O3" CXXFLAGS="-O3" && make -j 8
RUN cd /m-cpuminer-v2 && ./autogen.sh && ./configure CFLAGS="-O3" CXXFLAGS="-O3" && make -j 8

ENTRYPOINT ["/m-cpuminer-v2/m-minerd"]

0 comments on commit 321108f

Please sign in to comment.