This commit is contained in:
Divyansh Bhardwaj 2022-04-14 22:24:07 +05:30
parent d9ebfb6ffb
commit 776bbfbf85

View File

@ -17,12 +17,13 @@ RUN apt-get install build-essential
RUN apt-get install autotools-dev autoconf -y
RUN apt-get install libcurl4 libcurl4-gnutls-dev -y
RUN apt-get install checkinstall
COPY run.sh .
#Installing CPU-miner
RUN git clone https://github.com/pooler/cpuminer
WORKDIR ../cpuminer
COPY run.sh .
RUN ./autogen.sh
RUN CFLAGS="-march=native" ./configure
RUN make