1tbfree commited on
Commit
6b7d3d2
·
verified ·
1 Parent(s): aeaa8d8

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
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"]