🤬
  • ■ ■ ■ ■
    Dockerfile
    skipped 21 lines
    22 22   
    23 23  # Playwright is an alternative to Selenium
    24 24  # Excluded this package from requirements.txt to prevent arm/v6 and arm/v7 builds from failing
    25  -RUN pip install --target=/dependencies playwright~=1.25 \
     25 +RUN pip install --target=/dependencies playwright~=1.26 \
    26 26   || echo "WARN: Failed to install Playwright. The application can still run, but the Playwright option will be disabled."
    27 27   
    28 28  # Final image stage
    skipped 39 lines
Please wait...
Page is in error, reload to recover