Open M0LTE opened 2 months ago
Out of curiosity I just tried building the docker image from the Dockerfile, but the base image is... indiefan/nanit
😕
and it also fails with exec format error
Yeah I'm having the same issue. @M0LTE you're running on a Pi?
Same here - and yes, I'm running a Pi5
Nevermind...got it to work by running the script directly on the machine and copying the output file to the mounted /data folder.
Needed to install jq (apt-get install jq) to parse the json and change the path in the last line of the script to output the file in the right place.
Opened PR #19 with the proposed change to automatically install jq
if it is missing.
Anything I can do to assist?