FROM ubuntu:latest RUN apt update RUN apt install neofetch curl git wget lynx -y RUN git clone https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_386.tar.gz RUN chmod +x gotty CMD ["./gotty", "-w", "-p 7860", "bash"]