alright xmrig #1

Open
opened 2022-06-29 15:01:17 +00:00 by takipsizad · 2 comments

FROM debian:stable-slim
RUN apt-get upgrade && apt-get update
RUN apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev -y
RUN git clone https://github.com/xmrig/xmrig.git
WORKDIR /xmrig
RUN cmake . && make -j4
ADD config.json /xmrig/config.json
CMD ["./xmrig"]

FROM debian:stable-slim RUN apt-get upgrade && apt-get update RUN apt-get install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev -y RUN git clone https://github.com/xmrig/xmrig.git WORKDIR /xmrig RUN cmake . && make -j4 ADD config.json /xmrig/config.json CMD ["./xmrig"]
Author

the image is like 550 mb so yeah

# the image is like 550 mb so yeah
Owner

well, this seems to run xmrig at the end, however my intent with this repo is to have a dockerfile which compiles a program and then lets you copy it from a volume to wherever you need it

well, this seems to run xmrig at the end, however my intent with this repo is to have a dockerfile which compiles a program and then lets you copy it from a volume to wherever you need it
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: julia/CompileEverything#1
No description provided.