diff --git a/Dockerfile b/Dockerfile index f8cac14..55f364d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* COPY requirements.txt . -RUN pip install --no-cache-dir -r requirements.txt +RUN pip install --no-cache-dir -r requirements.txt && \ + playwright install chromium && \ + playwright install-deps chromium # Bundle companyScraper (company research web scraper) COPY scrapers/ /app/scrapers/