1tbfree commited on
Commit
16e7691
1 Parent(s): 6b7d3d2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM ubuntu:latest
2
  RUN apt update
3
  RUN apt install neofetch curl git make wget lynx links -y
4
- RUN git clone https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_freebsd_386.tar.gz
 
5
  CMD ["./gotty", "-w", "-p 8000", "bash"]
 
1
  FROM ubuntu:latest
2
  RUN apt update
3
  RUN apt install neofetch curl git make wget lynx links -y
4
+ RUN git clone https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_386.tar.gz
5
+ RUN chmod +x gotty
6
  CMD ["./gotty", "-w", "-p 8000", "bash"]