diff --git a/Dockerfile b/Dockerfile index 1824908..650ba4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,9 +30,6 @@ RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \ && apt-get install -y --no-install-recommends nodejs \ && rm -rf /var/lib/apt/lists/* -# Install @anthropic-ai/playwright-cli globally via npm -RUN npm install -g @anthropic-ai/playwright-cli - # Install uv via pip RUN pip install uv