mirror of
https://github.com/samanhappy/mcphub.git
synced 2025-12-23 18:29:21 -05:00
fix: update Dockerfile to install Playwright dependencies for Chromium instead of Firefox
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user