webssh / Dockerfile
1tbfree's picture
Create Dockerfile
6b7d3d2 verified
raw
history blame
227 Bytes
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"]