ar08 commited on
Commit
1a0d76b
·
verified ·
1 Parent(s): 8456ce5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -29,9 +29,6 @@ RUN apt-get update && \
29
  virtualbox \
30
  virtualbox-dkms \
31
  linux-headers-amd64 \
32
- qt5-qmake \
33
- qtbase5-dev \
34
- xvfb \
35
  && apt-get clean
36
 
37
  # Install Python dependencies (assuming requirements.txt is in the same directory)
@@ -52,8 +49,5 @@ RUN echo "appuser ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/appuser && \
52
  # Switch to the new user
53
  USER appuser
54
 
55
- # Ensure VirtualBox kernel modules are loaded
56
- RUN sudo modprobe vboxdrv
57
-
58
  # Run pyxtermjs when the container starts
59
  CMD ["python3", "-m", "pyxtermjs", "--host", "0.0.0.0", "-p", "7860"]
 
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)
 
49
  # Switch to the new user
50
  USER appuser
51
 
 
 
 
52
  # Run pyxtermjs when the container starts
53
  CMD ["python3", "-m", "pyxtermjs", "--host", "0.0.0.0", "-p", "7860"]