Update Dockerfile
Browse files- 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
|