Hi!
I was trying to setup the resin-wifi-connect-python example with integrated openssh-server so I modified the Dockerfile accordingly but pushing it onto an Intel Edison leads to an error when building the container:
https://gist.github.com/KemperVreden/0ad5acd8a1a24bfa5ceb5b6d87b37948
When using a different Board - Raspberry Pi 3 - the container is being build without any errors. I guess that the file mentioned in the output is not part of the base-image of Intel Edison? Which is somehow strange since I can remember having successfully build resin-wifi-connect for Intel Edison.
It’s strange that it is requesting a library for the ARM architecture - Intel Edison is x86.
EDIT: Ok I can see the error. There’s ARM “hardcoded” into the Dockerfile. Any advice how I have to change that so that it will run on x86?
here’s a link to the Dockerfile:
https://gist.github.com/KemperVreden/84f78ecc31e64786784d560698c4522b
Thanks,
Simon