1tbfree commited on
Commit
47ad8a1
·
verified ·
1 Parent(s): 20d6ca3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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