Testfull / Dockerfile
goingyt's picture
Update Dockerfile
035cb15 verified
raw
history blame contribute delete
287 Bytes
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