Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -29,6 +29,8 @@ RUN apt-get update && \
|
|
| 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)
|
|
|
|
| 29 |
virtualbox \
|
| 30 |
virtualbox-dkms \
|
| 31 |
linux-headers-amd64 \
|
| 32 |
+
git \
|
| 33 |
+
cmake \
|
| 34 |
&& apt-get clean
|
| 35 |
|
| 36 |
# Install Python dependencies (assuming requirements.txt is in the same directory)
|