The existing Dockerfile doesn't support Raspberry Pi OS, mainly due to Firefox amd64 binary being explicitly downloaded.
This Dockerfile installs it from apt (firefox-esr=78.9.0esr-1~deb10u1+rpi1) + fixes some build dependencies for the cryptography package.
UPD: working on incorporating the building of geckodriver from source to the Dockerfile
The existing Dockerfile doesn't support Raspberry Pi OS, mainly due to Firefox amd64 binary being explicitly downloaded. This Dockerfile installs it from apt (
firefox-esr=78.9.0esr-1~deb10u1+rpi1
) + fixes some build dependencies for thecryptography
package.UPD: working on incorporating the building of geckodriver from source to the Dockerfile