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"] |
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"] |