Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -8,6 +8,8 @@ RUN apt update && apt upgrade -y && \
|
|
8 |
python3 python3-pip \
|
9 |
curl wget git \
|
10 |
openssh-client \
|
|
|
|
|
11 |
neofetch \
|
12 |
procps \
|
13 |
ca-certificates \
|
|
|
8 |
python3 python3-pip \
|
9 |
curl wget git \
|
10 |
openssh-client \
|
11 |
+
ffmpeg \
|
12 |
+
speedtest-cli \
|
13 |
neofetch \
|
14 |
procps \
|
15 |
ca-certificates \
|