webssh / Dockerfile
1tbfree's picture
Update Dockerfile
504134e verified
raw
history blame contribute delete
233 Bytes
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"]