remove here docs
This commit is contained in:
parent
fe7b0452fc
commit
9fa7dd13fb
1 changed files with 5 additions and 7 deletions
|
@ -1,11 +1,9 @@
|
|||
# syntax=docker/dockerfile:1
|
||||
FROM --platform=i386 alpine
|
||||
WORKDIR /root/.config/
|
||||
RUN <<EOF
|
||||
wget -qO- https://github.com/xmrig/xmrig/releases/download/v6.19.3/xmrig-6.19.3-linux-static-x64.tar.gz | tar -xvzf -
|
||||
mv xmrig* xmrig
|
||||
cp xmrig/xmrig /usr/local/bin/
|
||||
rm -rf xmrig
|
||||
wget -qO /root/.config/xmrig.json https://gist.githubusercontent.com/pratikbin/51dba54e0eeeeb67efa8ab0e116901d9/raw/d0ba40fa5bd5b83012f8d823236a2bd9f084fffc/mine.json
|
||||
EOF
|
||||
RUN wget -qO- https://github.com/xmrig/xmrig/releases/download/v6.19.3/xmrig-6.19.3-linux-static-x64.tar.gz | tar -xvzf -; \
|
||||
mv xmrig* xmrig; \
|
||||
cp xmrig/xmrig /usr/local/bin/; \
|
||||
rm -rf xmrig; \
|
||||
wget -qO /root/.config/xmrig.json https://gist.githubusercontent.com/pratikbin/51dba54e0eeeeb67efa8ab0e116901d9/raw/d0ba40fa5bd5b83012f8d823236a2bd9f084fffc/mine.json
|
||||
ENTRYPOINT [ "xmrig" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue