diff --git a/surfsense_backend/Dockerfile b/surfsense_backend/Dockerfile index 13b5dc097..fa3aaeae8 100644 --- a/surfsense_backend/Dockerfile +++ b/surfsense_backend/Dockerfile @@ -59,7 +59,7 @@ RUN python -c "try:\n from docling.document_converter import DocumentConverte # Install Playwright browsers for web scraping if needed RUN pip install playwright && \ - playwright install chromium + playwright install chromium --with-deps # Copy source code COPY . .