Alvin3y1 commited on
Commit
8a41dce
·
verified ·
1 Parent(s): 94cc7a2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -1,8 +1,12 @@
1
  FROM python:3.11-slim-bookworm
2
 
3
  # 1. Install System Dependencies
 
 
4
  RUN apt-get update && apt-get install -y \
5
  xvfb \
 
 
6
  wget \
7
  curl \
8
  gnupg \
 
1
  FROM python:3.11-slim-bookworm
2
 
3
  # 1. Install System Dependencies
4
+ # Added 'fluxbox' (Window Manager) - CRITICAL for browser rendering
5
+ # Added 'xdotool' for input simulation/wake-up
6
  RUN apt-get update && apt-get install -y \
7
  xvfb \
8
+ fluxbox \
9
+ xdotool \
10
  wget \
11
  curl \
12
  gnupg \