From 2dc6f1ff4b38318bbba3e57e3369fd71379fdd2e Mon Sep 17 00:00:00 2001 From: zhangchen <1987834247@qq.com> Date: Thu, 2 Apr 2026 03:12:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a1da449..672a1b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN pip install --upgrade pip \ && pip install -r requirements.txt \ && installed=0 \ && for attempt in 1 2 3; do \ - if python -m playwright install --with-deps chromium; then \ + if python -m playwright install --with-deps chromium firefox; then \ installed=1; \ break; \ fi; \