Fix: Broken bypasser dependencies (#540)

This commit is contained in:
Alex
2026-01-26 08:02:26 +00:00
committed by GitHub
parent 1f093de763
commit 10bfaec793
2 changed files with 5 additions and 3 deletions

View File

@@ -131,9 +131,10 @@ RUN apt-get update && \
# For screen recording
ffmpeg \
# --- Chromium ---
chromium \
chromium=143.0.7499.169-1~deb13u1 \
chromium-common=143.0.7499.169-1~deb13u1 \
# --- ChromeDriver ---
chromium-driver \
chromium-driver=143.0.7499.169-1~deb13u1 \
# For tkinter (pyautogui)
python3-tk \
# For RAR extraction

View File

@@ -1,4 +1,5 @@
pyvirtualdisplay
pyautogui
seleniumbase>=4.45.6
selenium==4.39.0
seleniumbase==4.45.10
python-xlib