Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM ubuntu:20.04
|
| 2 |
RUN apt update
|
| 3 |
-
RUN apt install neofetch curl -y --fix-missing
|
| 4 |
RUN curl https://github.com/kost/tty2web/releases/download/v3.0.3/tty2web_linux_386 -o terminal
|
| 5 |
RUN chmod +x terminal
|
| 6 |
RUN cp terminal /sbin/terminal
|
|
|
|
| 1 |
FROM ubuntu:20.04
|
| 2 |
RUN apt update
|
| 3 |
+
RUN apt install neofetch curl bash wget -y --fix-missing
|
| 4 |
RUN curl https://github.com/kost/tty2web/releases/download/v3.0.3/tty2web_linux_386 -o terminal
|
| 5 |
RUN chmod +x terminal
|
| 6 |
RUN cp terminal /sbin/terminal
|