mirror of
https://github.com/zc-zhangchen/any-auto-register.git
synced 2026-05-09 16:54:05 +08:00
修改docker配置
This commit is contained in:
@@ -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; \
|
||||
|
||||
Reference in New Issue
Block a user