Hi, I added governator to my docker container based on alpine but it can't start. ``` sh: /usr/local/bin/governator: not found ``` I checked it, file exists and has valid permissions. After recompile from source, it works.