The problem is that if I try to build the dev Dockerfile on the Pi, it complains about: ``` # Inherit from the farmOS 7.x-1.x image. FROM farmos/farmos:7.x-1.x ``` being the wrong architecture. How do I build that manually? Is there a Dockerfile for that?