fix: update Dockerfile to install Playwright dependencies for Chromium instead of Firefox

This commit is contained in:
samanhappy
2025-04-14 18:56:12 +08:00
parent 1ea8c3c866
commit 1e6d10a0c3

View File

@@ -19,7 +19,7 @@ RUN mkdir -p $PNPM_HOME && \
ARG INSTALL_EXT=false
RUN if [ "$INSTALL_EXT" = "true" ]; then \
npx -y playwright install-deps && npx -y playwright install firefox; \
npx -y playwright install --with-deps chromium; \
fi
RUN uv tool install mcp-server-fetch