InstaPy / instapy-docker

🐳 Docker config and documentation for running InstaPy with Docker
GNU General Public License v3.0
188 stars 80 forks source link

[WIP] Dockerfile for Raspberry Pi [armhf] #92

Open ishalyminov opened 3 years ago

ishalyminov commented 3 years ago

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

ishalyminov commented 3 years ago

@timgrossmann could you please review - specifically, is this a supported Firefox version?