ar08 commited on
Commit
6773647
·
verified ·
1 Parent(s): b6b05c0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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)