Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -26,7 +26,7 @@ RUN apt-get update && \
|
|
| 26 |
apktool \
|
| 27 |
virtualbox-dkms \
|
| 28 |
sudo \
|
| 29 |
-
netcat \
|
| 30 |
&& apt-get clean
|
| 31 |
|
| 32 |
# Install Python dependencies (assuming requirements.txt is in the same directory)
|
|
|
|
| 26 |
apktool \
|
| 27 |
virtualbox-dkms \
|
| 28 |
sudo \
|
| 29 |
+
netcat-traditional \
|
| 30 |
&& apt-get clean
|
| 31 |
|
| 32 |
# Install Python dependencies (assuming requirements.txt is in the same directory)
|