feat: 支持选择Playwright浏览器环境

This commit is contained in:
ixff
2025-11-06 11:20:49 +08:00
parent 0716c65269
commit 9b125bf9b0
4 changed files with 6 additions and 3 deletions

View File

@@ -94,6 +94,7 @@ COPY --from=prepare_venv --chmod=777 ${VENV_PATH} ${VENV_PATH}
# playwright 环境
RUN playwright install-deps chromium \
&& playwright install-deps firefox \
&& apt-get autoremove -y \
&& apt-get clean \
&& rm -rf \