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