Closed valentindavid closed 7 years ago
"ar" needs to be in Platform instead fo Sdk. The reason is for unpacking archive files in "apply_extra". For example ".deb" files are file such archives. Calling "ar" from "apply_extra" will say "command not found".
You can just copy the binary to /app/bin during the build
"ar" needs to be in Platform instead fo Sdk. The reason is for unpacking archive files in "apply_extra". For example ".deb" files are file such archives. Calling "ar" from "apply_extra" will say "command not found".