Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -12,8 +12,9 @@ RUN apt update && \
|
|
12 |
net-tools \
|
13 |
netcat \
|
14 |
openssh-client \
|
15 |
-
|
16 |
-
|
|
|
17 |
sudo \
|
18 |
vim \
|
19 |
wget \
|
|
|
12 |
net-tools \
|
13 |
netcat \
|
14 |
openssh-client \
|
15 |
+
python3 \
|
16 |
+
python3-pip \
|
17 |
+
python3-venv \
|
18 |
sudo \
|
19 |
vim \
|
20 |
wget \
|