hckvps commited on
Commit
08a959f
·
verified ·
1 Parent(s): 9dbf58b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM ubuntu:latest
2
  RUN apt update
3
- RUN apt install curl wget openssl lynx links -y
 
4
  RUN wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_386.tar.gz
5
  RUN chown ubuntu:ubuntu /home/ubuntu
6
  RUN tar -xf gotty_linux_386.tar.gz
 
1
  FROM ubuntu:latest
2
  RUN apt update
3
+ RUN apt install curl wget openssl lynx links htop -y
4
+ RUN apt purge procps -y
5
  RUN wget https://github.com/yudai/gotty/releases/download/v1.0.1/gotty_linux_386.tar.gz
6
  RUN chown ubuntu:ubuntu /home/ubuntu
7
  RUN tar -xf gotty_linux_386.tar.gz