File size: 227 Bytes
6b7d3d2
 
 
 
 
1
2
3
4
5
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_freebsd_386.tar.gz
CMD ["./gotty", "-w", "-p 8000", "bash"]