playwright docker mcp with vnc

This commit is contained in:
2025-06-30 16:49:19 -06:00
parent 5e51176d8a
commit b3016e0f0b
4 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
FROM ghcr.io/astral-sh/uv:debian
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
nodejs \
npm \
&& npm install -g n \
&& n stable \
&& apt-get clean && rm -rf /var/lib/apt/lists/*