From 776bbfbf853660e69d58586f1206252939c15847 Mon Sep 17 00:00:00 2001 From: Divyansh Bhardwaj <87605149+Dbhardwaj99@users.noreply.github.com> Date: Thu, 14 Apr 2022 22:24:07 +0530 Subject: [PATCH] updated --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff83746..268fad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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