When building the Docker image for the ARM architecture, it fails to run with the following error:
Error loading shared library libpython3.9.so.1.0: Operation not permitted (needed by /usr/local/bin/python)
Error relocating /usr/local/bin/python: Py_BytesMain: symbol not found
This is on a Raspberry Pi. Need to find out why. It's possible that I need to use a separate base image to the python:3.9-alpine for the AMD builds.