I've downloaded the linux client binary in an alpine docker container, saved to /usr/bin (in the user PATH), set the appropriate permissions, yet I still can't get it to run - I always get:
/bin/sh: notify-send: not found
I have tried moving the binary to /usr/local/bin (where I have successfully installed/can execute other 3rd party binaries) too, but alas I get the same error.
Should the binary work on alpine linux?
Cheers,