1tbfree commited on
Commit
504134e
1 Parent(s): a1c636c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +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_linux_386.tar.gz
5
  RUN chmod +x gotty
6
  CMD ["./gotty", "-w", "-p 7860", "bash"]
 
1
  FROM ubuntu:latest
2
  RUN apt update
3
+ RUN apt install neofetch curl git wget lynx -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 7860", "bash"]