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