instapy-docker
instapy-docker copied to clipboard
[WIP] Dockerfile for Raspberry Pi [armhf]
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
@timgrossmann could you please review - specifically, is this a supported Firefox version?