6b7d3d2 16e7691 a1c636c
1
2
3
4
5
6
FROM ubuntu:latest RUN apt update RUN apt install neofetch curl git make wget lynx links -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"]