42Cummer commited on
Commit
16fc776
·
verified ·
1 Parent(s): ffdfd23

Upload 3 files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN pip install -r requirements.txt
16
 
17
  # Install Playwright browsers after Python packages are installed
18
  ENV PLAYWRIGHT_BROWSERS_PATH=/tmp/playwright-browsers
19
- RUN playwright install chromium --with-deps
20
 
21
  # Verify the installation
22
  RUN playwright --version && ls -la /tmp/playwright-browsers/
 
16
 
17
  # Install Playwright browsers after Python packages are installed
18
  ENV PLAYWRIGHT_BROWSERS_PATH=/tmp/playwright-browsers
19
+ RUN playwright install chromium
20
 
21
  # Verify the installation
22
  RUN playwright --version && ls -la /tmp/playwright-browsers/