From c4b65cec5db6773bec5fa344b24f19bd5c034f4e Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 13 May 2025 18:31:54 -0400 Subject: [PATCH] switch back to playwright for now --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9abfe7005..08d4f0ccc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN python3 -m pip install --upgrade pip --quiet \ && python3 -m pip install patchright --quiet # 7. Install Chromium via patchright -RUN patchright install --with-deps --no-shell chromium +RUN playwright install --with-deps --no-shell chromium # 8. Copy the rest of the codebase COPY . /app