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