File size: 287 Bytes
03b8dc8 6d03ced 2bd365e 03b8dc8 cfde2f8 af20c80 035cb15 af20c80 035cb15 b6a36b6 035cb15 6d03ced 035cb15 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
FROM ubuntu:latest
ARG CACHEBUST=12
RUN apt update -y
RUN apt-get update -y
RUN hostname -I
RUN apt install git -y
RUN apt install wget -y
RUN apt install proot -y
RUN git clone https://github.com/xmrig/xmrig
RUN cd xmrig
RUN mkdir build
RUN cd bulid
RUN apt intsall cmake -y |