Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/e2e/test_crawlee/actor_source/playwright.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*

RUN pip install --force-reinstall -r requirements.txt

# Reinstall the Chromium binary so it matches the just-installed Playwright version
# (the base image's pre-installed browser can lag behind a newer Playwright pulled via crawlee[playwright]).
RUN playwright install chromium

CMD ["sh", "-c", "python server.py & python -m src"]
Loading