Closed Snuffy2 closed 3 months ago
This is admittedly a bit hacky as webdriver_manager isn't detecting arm64 properly: https://github.com/SergeyPirogov/webdriver_manager/issues/619 https://github.com/SergeyPirogov/webdriver_manager/issues/616
When it is built for arm64, the Dockerfile will install the geckodriver using apk. Then the python code will use the installed driver and not the webdriver_manager.
This includes PR #5
Fixes #4
Sorry, I broke this branch/PR. Creating a new one.
This is admittedly a bit hacky as webdriver_manager isn't detecting arm64 properly: https://github.com/SergeyPirogov/webdriver_manager/issues/619 https://github.com/SergeyPirogov/webdriver_manager/issues/616
When it is built for arm64, the Dockerfile will install the geckodriver using apk. Then the python code will use the installed driver and not the webdriver_manager.
This includes PR #5
Fixes #4