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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ RUN apt-get update && \
28
  netcat-traditional \
29
  virtualbox \
30
  virtualbox-dkms \
31
- linux-headers-$(uname -r) \
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)