File size: 233 Bytes
6b7d3d2
 
504134e
16e7691
 
a1c636c
1
2
3
4
5
6
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"]