Create Dockerfile
Browse files- 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"]
|