playwright docker mcp with vnc
This commit is contained in:
9
openwebui/mcp-servers/npx-uvx.Dockerfile
Normal file
9
openwebui/mcp-servers/npx-uvx.Dockerfile
Normal 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/*
|
||||
Reference in New Issue
Block a user