Im getting an error during the build for wifi-connect

I’m getting the following error while building wifi-connect to a multi-container docker-compose to balenacloud

Service: wifi-connect [Error] Error: The command '/bin/sh -c curl https://api.github.com/repos/balena-io/wifi-connect/releases/latest -s | grep -hoP 'browser_download_url": "\K.*armv7hf\.tar\.gz' | xargs -n1 curl -Ls | tar -xvz -C /usr/src/app/' returned a non-zero code: 2

Anyone have any ideas of how to remedy this?

It’s possible that you’re seeing an issue with curl that appears under debian “buster” on arm processors:

Does this describe your situation? Maybe the workaround suggested there (using debian “stretch”) can help.

Let us know how that goes and we’ll be happy to assist in any way we can.