I am trying to get started with Balena. The application I’m converting is a Node.js, and uses GPIO’s on the raspberry pi 3.
Do you know an example Docker file where this works?
I’m currently trying to use the resin/raspberry-pi-node:10 as base image, but I’m running into GCC-4.8 missing dependencies, and a weird invalid ELF header error?
Thanks for the reply @spanceac, In the end the error was not related to GPIO/Nodejs/Docker, but an issue with how local development pushed the node_modules (despite being ignored in the dockerignore file)