修改docker配置

This commit is contained in:
zhangchen
2026-04-02 03:12:55 +08:00
parent db15c74502
commit 2dc6f1ff4b

View File

@@ -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; \